Infrastructure/Agents
GETAgentSince 1.0SynchronousAuth Required
GetLockStatus
Get the current lock status and holder information for a specific agent
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
agentIdStringRequiredUUID of the agent whose lock status to query
Responses
Endpoint
GET/api/v1/agents/locks/{agentId}
/api/v1/agents/locks/{agentId}
Request Example
curl -X GET '{host}/api/v1/agents/locks/{agentId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"agentId": "agent-abc123-def456",
"operationType": "upgrade",
"holder": "upgrade-service",
"acquiredAt": "example",
"expiresAt": "example",
"lockToken": "lock-token-abc123"
}Change History
This API has no change history records yet.
