Infrastructure/Agents
GETAgentSince 1.0SynchronousAuth Required
GetProbeHistory
Retrieve the historical probe results for a given 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 whose probe history to retrieve
Responses
Endpoint
GET/api/v1/agents/{uuid}/probe/history
/api/v1/agents/{uuid}/probe/history
Request Example
curl -X GET '{host}/api/v1/agents/{uuid}/probe/history' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
