Skip to main content
GET
List Custom Link job items
Requires custom_links:read or custom_links:write. Items remain in deterministic input order. Each item has independent creation and thumbnail statuses, so a terminal job can still contain item-level errors.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Path Parameters

job_id
string<uuid>
required

Custom Link job UUID.

Query Parameters

limit
integer
default:100

Number of records to return. Defaults to 50 and cannot exceed 200.

Required range: 1 <= x <= 500
offset
integer
default:0

Zero-based number of records to skip. Use with pagination.total to request the next page.

Required range: 0 <= x <= 1000000

Response

Successful Response

items
CustomLinkJobItemResponse · object[]
required
total
integer
required
limit
integer
required
offset
integer
required