List endpoints
Lists the dedicated inference endpoints owned by the specified project.
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>.
Response
OK
Changes
Changed in 2 of the 14 revisions of this API.11
- ●
added the new
ENDPOINT_TYPE_RESERVEDenum value to thedata/items/endpointTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○