Skip to main content
POST
List all packages

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

The maximum number of packages to return. Defaults to 10.

Required range: 1 <= x <= 100
next_page
string

Cursor that indicates where the next page of results should start.

Body

application/json
archive_filter
enum<string>

Filter packages by archived status. Defaults to NOT_ARCHIVED.

Available options:
ARCHIVED,
NOT_ARCHIVED,
ALL,
archived,
not_archived,
all

Response

200 - application/json

Success

data
object[]
required
next_page
string | null
required