Infrastructure/Agents
GETAgentSince 1.0SynchronousAuth Required
GetLifecycleEvents
Retrieve the lifecycle event history for a specific agent
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the agent whose lifecycle events to retrieve
Query Parameters
limitIntegerMaximum number of events to return Maximum number of events to return
Example: 0
Responses
Endpoint
GET/api/v1/agents/{uuid}/lifecycle-events
/api/v1/agents/{uuid}/lifecycle-events
Request Example
curl -X GET '{host}/api/v1/agents/{uuid}/lifecycle-events' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 200
}Change History
This API has no change history records yet.
