Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pagination.cursor
string

Opaque cursor token for the next page of results. If not provided, returns the first page. This is an encoded token that should be passed as-is from the previous PageInfo.last_id.

pagination.pageSize
integer<int32>

Maximum number of items to return in a single page. If not provided, defaults vary per API.

Required range: x >= 0
folder
string

Restrict to a single folder.

Maximum string length: 500
priorities
enum<string>[]

Restrict to these priorities. Empty returns all priorities.

Priority. P1 is the highest.

Available options:
PRIORITY_UNSPECIFIED,
PRIORITY_P3,
PRIORITY_P2,
PRIORITY_P1
includeDeleted
boolean

Include soft-deleted products.

excludeDefinition
boolean

Omit the membership definition from each product.

Response

200 - application/json

Success

dataproducts
Dataproduct · object[]

The matching products.

pageInfo
PageInfo · object

Pagination cursor for the next page.