Infrastructure/Agents
GETAgentSince 1.0SynchronousAuth Required
GetActionResult
Poll the result of a previously dispatched lifecycle action on an 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
uuidStringRequiredUUID of the agent that received the action
actionIdStringRequiredIdentifier of the action whose result to query
Responses
Endpoint
GET/api/v1/agents/{uuid}/actions/{actionId}/result
/api/v1/agents/{uuid}/actions/{actionId}/result
Request Example
curl -X GET '{host}/api/v1/agents/{uuid}/actions/{actionId}/result' -H 'Authorization: Bearer {token}'
Response Example
200{
"actionId": "act-001-xyz",
"agentId": "agent-abc123-def456",
"action": "restart",
"status": "success",
"error": "connection refused",
"createdAt": "example"
}Change History
This API has no change history records yet.
