v1
protected
agent-tasks
Get Task Events
Get paginated task execution events for the specified task from database.
get/v1/agents/{agent_id}/tasks/{task_id}/events
Path parameters
agent_idstring uuid required
task_idstring uuid required
Query parameters
pageinteger
Page number
Page number
page_sizeinteger
Number of events per page
Number of events per page
event_typestring nullable
Filter by event type
Filter by event type
Response
Successful Response
Changes
Changed in 2 of the 20 revisions of this API.3
- ▲
the response property
events/items/execution_idbecame optional for the status200response-property-became-optional
- ▲
response property
events/items/execution_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
the
events/items/timestampresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲