Endpoints
List endpoints
List every Frontier Gateway endpoint in your workspace.
List the endpoints in your workspace, each with its slug and configured targets. The response is paginated.
Authentication
Workspace API key with management scope, passed as
Authorization: Api-Key $BASETEN_API_KEY (or Bearer; both are accepted).Query parameters
Maximum number of endpoints to return per page.
Opaque cursor for the next page, taken from
pagination.cursor of a previous response. Omit it for the first page.Response
The endpoints in this page. Each entry has the same shape as the Create an endpoint response:
id, slug, targets, created_at, and updated_at.Pagination metadata.
has_more(boolean): Whether more endpoints are available beyond this page.cursor(string): Cursor to pass ascursorto fetch the next page, ornullon the last page.
Errors
| Status | Meaning |
|---|---|
403 Forbidden | Workspace isn’t onboarded to Frontier Gateway, or the caller doesn’t have management scope. |