v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
EndpointService

Get an endpoint

Retrieves an endpoint and lightweight summaries of the deployments attached to it.

get/projects/{projectId}/endpoints/{id}

Path parameters

projectIdstring required

Project identifier.

idstring required

Endpoint identifier.

Response

OK

idstring required

Unique endpoint identifier.

projectIdstring required

ID of the project that owns the endpoint.

namestring required

Project-qualified endpoint name in the form <project_slug>/<endpoint_name>. Pass this value as model in inference requests. Create and update requests may use either a bare endpoint name or the qualified form; a supplied project slug must match the project in the request path.

createdAtstring date-time required

Timestamp when the endpoint was created.

updatedAtstring date-time required

Output only. Timestamp when the endpoint was last updated.

etagstring required

Opaque version tag for optimistic concurrency control. Supply on update/delete to ensure consistent read-modify-write. If not set, the write overwrites based on current state.

visibility'VISIBILITY_PRIVATE' | 'VISIBILITY_INTERNAL' required

Who can discover the endpoint. VISIBILITY_PRIVATE restricts it to the project; VISIBILITY_INTERNAL shares it with the organization.

endpointType'ENDPOINT_TYPE_DEDICATED' | 'ENDPOINT_TYPE_SERVERLESS' required

Serving class of the endpoint.

activeRolloutIdstring

ID of the currently active rollout, or empty if none.