Skip to main content
GET
List endpoints

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

projectId
string
required

Project identifier.

Query Parameters

limit
integer
default:50

Maximum number of endpoints to return.

after
string

Cursor from a previous response.

orderBy
string

Sort field for the results. Supports created_at or updated_at, optionally followed by asc or desc.

filter
string

Filter expression using name, created_at, or updated_at with comparison operators and AND/OR/NOT; timestamps must be RFC 3339 strings. name supports substring matching with : and prefix/suffix wildcards with *, and accepts a bare endpoint name or <project_slug>/<endpoint_name>.

Response

OK

Response containing endpoints and pagination metadata.

data
object[]
required

The list of endpoints.

object
any
required

Object type. Always list.

next_cursor
string

Cursor for the next page. Null if there are no more results.