Infrastructure/Agents
GETAgentSince 1.0SynchronousAuth Required
GetDeployJob
Retrieve the current status and per-node results of a deploy job
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredUnique identifier of the deploy job to retrieve
Responses
Endpoint
GET/api/v1/agents/deploy/{id}
/api/v1/agents/deploy/{id}
Request Example
curl -X GET '{host}/api/v1/agents/deploy/{id}' -H 'Authorization: Bearer {token}'
Response Example
200{
"id": "deploy-job-001",
"nodeIps": [],
"nodes": [
{}
],
"status": "running",
"simulated": false,
"createdAt": "example"
}Change History
This API has no change history records yet.
