Skip to main content
GET
List deliverables

Authorizations

X-API-Key
string
header
required

Query Parameters

page
integer
default:1
Required range: x >= 1
pageSize
integer
default:50
orderBy
string
Example:

"name:asc"

select
string[]

Fields to include in the response. Repeat the parameter per field (e.g. '?select=id&select=name') — a single comma-separated value is not supported and is silently ignored. For POST /query, pass 'select' as a JSON array in the body instead.

Example:
filter
string

Response

200 - application/json

List of deliverables

values
object[]
hasMore
boolean