Skip to main content
List the endpoints in your workspace, each with its slug and configured targets. The response is paginated.

Query parameters

integer
Page size. Default 100, maximum 1000.
string
Opaque cursor for the next page, taken from pagination.cursor of a previous response. Omit it for the first page.

Errors

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Response

200 - application/json
items
EndpointV1 · object[]
required

Items in this page.

pagination
PaginationResponseV1 · object
required

Pagination metadata for the page.