List endpoints
Endpoints
List endpoints
Lists the dedicated inference endpoints owned by the specified project.
GET
List endpoints
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Query Parameters
Maximum number of endpoints to return.
Cursor from a previous response.
Sort field for the results. Supports created_at or updated_at, optionally followed by asc or desc.
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>.