EndpointService

List organization endpoints

Lists endpoints shared with every project in the specified organization. Project-private and public endpoints are not included.

get/organizations/{organizationId}/endpoints

Path parameters

organizationIdstring required

Organization identifier.

Query parameters

limitinteger

Maximum number of results to return.

afterstring

Cursor from a previous list 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 must be a bare 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.

Changes

Changed in 3 of the 15 revisions of this API.91

    • added the new cache_hit_rate enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new decoding_speed enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new e2e_latency enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new gpu_utilization enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new inflight_requests enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new throughput_per_replica enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new token_utilization enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new ttft enum value to the /////////////// response property for the response status

      response-property-enum-value-added

    • added the new ENDPOINT_TYPE_RESERVED enum value to the // response property for the response status

      response-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