Get resource runtime context

GET/v1/servers/{serverId}/context

Return the resource, its bindings, runtime manifest, and deployment diagnostics.

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
NameLocationTypeRequiredDescription
serverIdpathstringYesResource 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.

200Resource runtime contextapplication/json
FieldTypeRequiredDescription
serverIdstringNoResource ID.
serverobjectNo
server.idstringNoUnique identifier.
server.userIdstringNoUser ID.
server.projectIdstringNoProject ID.
server.namestringNoHuman-readable name.
server.descriptionstringNoHuman-readable description.
server.kindweb_app | function | auth | agent_runtimeNo
server.sourceTypestringNo
server.sourceEnvironmentIdstringNo
server.sourcePathstringNoWorkspace-relative file path.
server.regionstringNo
server.runtimestringNo
server.authModepublic | privateNo
server.serviceUrlstringNo
server.customDomainstringNo
server.cloudRunServiceNamestringNo
server.imageUrlstringNo
server.statusdraft | deploying | deployed | failed | inactiveNoCurrent lifecycle status.
server.lastDeployedAtstringNo
server.metadataobjectNoFree-form metadata object.
server.createdAtstringNoISO 8601 timestamp.
server.updatedAtstringNoISO 8601 timestamp.
bindingsobject[]No
bindings[].idstringNoUnique identifier.
bindings[].targetTypedatabase | auth | agent_runtimeNo
bindings[].targetIdstringNo
bindings[].aliasstringNo
bindings[].accessModestringNo
bindings[].metadataobjectNoFree-form metadata object.
runtimeobjectNo
runtime.versionintegerNo
runtime.generatedAtstringNo
runtime.platformobjectNo
runtime.platform.apiBaseUrlstringNo
runtime.platform.firebaseobjectNo
runtime.platform.firebase.projectIdstringNoProject ID.
runtime.platform.firebase.apiKeystringNo
runtime.platform.firebase.authDomainstringNo
runtime.platform.firestoreobjectNo
runtime.platform.firestore.projectIdstringNoProject ID.
runtime.platform.firestore.rootCollectionstringNo
runtime.serverobjectNo
runtime.server.idstringNoUnique identifier.
runtime.server.namestringNoHuman-readable name.
runtime.server.kindstringNo
runtime.server.regionstringNo
runtime.server.runtimestringNo
runtime.server.authModestringNo
runtime.server.serviceNamestringNo
runtime.server.serviceUrlstringNo
runtime.connectionsobjectNo
runtime.connections.databaseobjectNo
runtime.connections.database.idstringNoUnique identifier.
runtime.connections.database.namestringNoHuman-readable name.
runtime.connections.database.providerstringNo
runtime.connections.database.projectIdstringNoProject ID.
runtime.connections.database.rootCollectionstringNo
runtime.connections.database.namespacestringNo
runtime.connections.database.locationstringNo
runtime.connections.database.apiKeystringNo
runtime.connections.database.authDomainstringNo
runtime.connections.database.runtimeApiBaseUrlstringNo
runtime.connections.database.controlPlaneUrlstringNo
runtime.connections.database.sessionProtocolstringNo
runtime.connections.database.agentIdstringNoAgent ID.
runtime.connections.database.environmentIdstringNoComputer ID.
runtime.connections.database.executionModestringNo
runtime.connections.database.streamingEnabledbooleanNo
runtime.connections.database.maxRuntimeSecondsintegerNo
runtime.connections.database.endpointsobjectNo
runtime.connections.database.skillsobjectNo
runtime.connections.authobjectNo
runtime.connections.auth.idstringNoUnique identifier.
runtime.connections.auth.namestringNoHuman-readable name.
runtime.connections.auth.providerstringNo
runtime.connections.auth.projectIdstringNoProject ID.
runtime.connections.auth.rootCollectionstringNo
runtime.connections.auth.namespacestringNo
runtime.connections.auth.locationstringNo
runtime.connections.auth.apiKeystringNo
runtime.connections.auth.authDomainstringNo
runtime.connections.auth.runtimeApiBaseUrlstringNo
runtime.connections.auth.controlPlaneUrlstringNo
runtime.connections.auth.sessionProtocolstringNo
runtime.connections.auth.agentIdstringNoAgent ID.
runtime.connections.auth.environmentIdstringNoComputer ID.
runtime.connections.auth.executionModestringNo
runtime.connections.auth.streamingEnabledbooleanNo
runtime.connections.auth.maxRuntimeSecondsintegerNo
runtime.connections.auth.endpointsobjectNo
runtime.connections.auth.skillsobjectNo
runtime.connections.agentRuntimeobjectNo
runtime.connections.agentRuntime.idstringNoUnique identifier.
runtime.connections.agentRuntime.namestringNoHuman-readable name.
runtime.connections.agentRuntime.providerstringNo
runtime.connections.agentRuntime.projectIdstringNoProject ID.
runtime.connections.agentRuntime.rootCollectionstringNo
runtime.connections.agentRuntime.namespacestringNo
runtime.connections.agentRuntime.locationstringNo
runtime.connections.agentRuntime.apiKeystringNo
runtime.connections.agentRuntime.authDomainstringNo
runtime.connections.agentRuntime.runtimeApiBaseUrlstringNo
runtime.connections.agentRuntime.controlPlaneUrlstringNo
runtime.connections.agentRuntime.sessionProtocolstringNo
runtime.connections.agentRuntime.agentIdstringNoAgent ID.
runtime.connections.agentRuntime.environmentIdstringNoComputer ID.
runtime.connections.agentRuntime.executionModestringNo
runtime.connections.agentRuntime.streamingEnabledbooleanNo
runtime.connections.agentRuntime.maxRuntimeSecondsintegerNo
runtime.connections.agentRuntime.endpointsobjectNo
runtime.connections.agentRuntime.skillsobjectNo
diagnosticsobjectNo
diagnostics.readybooleanNo
diagnostics.warningsobject[]No
diagnostics.warnings[].codestringNo
diagnostics.warnings[].levelstringNo
diagnostics.warnings[].messagestringNoMessage text.
diagnostics.deploymentobjectNo
diagnostics.runtimeobjectNo
diagnostics.connectionsobjectNo
diagnostics.controlPlaneobjectNo
Get resource runtime context
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow