Get an agent runtime deployment contract
GET
/v1/agent-runtimes/{agentRuntimeId}How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| agentRuntimeId | path | string | Yes | Agent runtime ID |
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Agent runtime details and invocation endpointsapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| success | boolean | No | Whether the request succeeded. |
| server | object | No | — |
| server.id | string | No | Unique identifier. |
| server.userId | string | No | User ID. |
| server.organizationId | string | No | — |
| server.createdByUserId | string | No | — |
| server.projectId | string | No | Project ID. |
| server.name | string | No | Human-readable name. |
| server.description | string | No | Human-readable description. |
| server.kind | website | web_app | api | function | auth | agent_runtime | secrets | payments | No | — |
| server.sourceType | string | No | — |
| server.sourceEnvironmentId | string | No | — |
| server.sourcePath | string | No | Workspace-relative file path. |
| server.region | string | No | — |
| server.runtime | string | No | — |
| server.authMode | public | private | No | — |
| server.serviceUrl | string | No | — |
| server.customDomain | string | No | — |
| server.cloudRunServiceName | string | No | — |
| server.imageUrl | string | No | — |
| server.status | draft | deploying | deployed | failed | inactive | No | Current lifecycle status. |
| server.lastDeployedAt | string | No | — |
| server.metadata | object | No | Free-form metadata object. |
| server.createdAt | string | No | ISO 8601 timestamp. |
| server.updatedAt | string | No | ISO 8601 timestamp. |
| agentRuntime | object | No | — |
| agentRuntime.id | string | No | Unique identifier. |
| agentRuntime.object | agent_runtime | No | — |
| agentRuntime.name | string | No | Human-readable name. |
| agentRuntime.status | draft | deploying | deployed | failed | inactive | No | Current lifecycle status. |
| agentRuntime.deployed | boolean | No | — |
| agentRuntime.protocolVersion | string | No | — |
| agentRuntime.endpoint | string | No | — |
| agentRuntime.endpoints | object | No | — |
| agentRuntime.agentId | string | No | Agent ID. |
| agentRuntime.environmentId | string | No | Computer ID. |
| agentRuntime.executionMode | sync | async | No | — |
| agentRuntime.streamingEnabled | boolean | No | — |
| agentRuntime.maxRuntimeSeconds | integer | No | — |
| agentRuntime.lastDeployedAt | string | No | — |
| decommissionedAt | string | No | — |
Get an agent runtime deployment contract
Loading...
Response 200
Loading...