executionEvent

Get all execution events

Get events, such as warnings or errors, associated with job executions.

Securityapi_key
Request
query Parameters
execution_id
integer <int32>

The ID of the execution to get all events for

page_number
integer <int64>
Default: 1

The page number for which to get execution events. This will default to the first page if excluded

page_size
integer <int64>

The maximum number of objects to return. This will default to the DefaultApiPageSize setting if not provided

Responses
200

Success

400

Bad request

401

Unauthorized access

403

Forbidden access

404

Not found

get/execution-events
Response samples
application/json
{
  • "_pageInfo": {
    },
  • "responseList": [
    ]
}