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