v4

latestOpenAPI 3.1.0MIT2026-08-04193459793.6 KB
EndpointService

List endpoints

Lists the dedicated inference endpoints owned by the specified project.

get/projects/{projectId}/endpoints

Path parameters

projectIdstring required

Project identifier.

Query parameters

limitinteger

Maximum number of endpoints to return.

afterstring

Cursor from a previous response.

orderBystring

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

filterstring

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

next_cursorstring

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

object'list' required

Object type. Always list.