get dedicated endpoint
get_dedicated_endpointFetch a dedicated endpoint's live status, frozen hourly price, unbilled accrued cost, and routing key to poll a deployment until running or check spend.
Instructions
Returns one dedicated endpoint's current view (live status, frozen hourly price, unbilled accrued cost, routing key) — use it to poll a deploy until RUNNING or to check spend. GET /v1/dedicated/{id} (API-key scope: read). Returns: A single endpoint object, snake_case: { id, name, description, model_name, flavor_name, gpu_type, gpu_count, region, min_replicas, max_replicas, status, enabled, hourly_rate_usd, pending_cost_usd, routing_key, base_url, last_metered_at, created_at }. Notes: Scope via requiredScopeFor is 'read'; the local dedicated apiKeyActor does not enforce scopes. Implemented by listing the workspace's endpoints (live-reconciled) and picking the id, so it costs a full list call. 404 'Endpoint not found'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Dedicated endpoint id (must belong to the key's workspace; deleted endpoints 404). |