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

has_nextboolean required
pageinteger required
page_sizeinteger required
totalinteger required

Changes

Changed in 2 of the 20 revisions of this API.3

    • the response property events/items/execution_id became optional for the status 200

      response-property-became-optional

    • response property events/items/execution_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the events/items/timestamp response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed