GET /1/runs/{runID}/events

Retrieves a list of events for a task run, identified by its ID.

Servers

Path parameters

Name Type Required Description
runID String Yes

Unique identifier of a task run.

Query parameters

Name Type Required Description
page Integer No

Page number of the paginated API response.

order String No

Sort order of the response, ascending or descending.

Valid values:

  • "desc"
  • "asc"

Default value: "desc"

endDate String No

Date and time in RFC 3339 format for the latest events to retrieve. By default, the current time is used.

sort String No

Property by which to sort the list of task run events.

Valid values:

  • "type"
  • "status"
  • "publishedAt"
type[] Array No

Event type for filtering the list of task runs.

status[] Array No

Event status for filtering the list of task runs.

itemsPerPage Integer No

Number of items per page.

Default value: 10

startDate String No

Date and time in RFC 3339 format for the earliest events to retrieve. By default, the current time minus three hours is used.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.