Get Bulk Job Events
Return the append-only event log for a bulk job.
Path parameters
UUID identifier of the bulk job.
Query parameters
Events to return, newest first.
Response
Paginated job events.
Changes
Changed in 3 of the 8 revisions of this API.42
- ▲
the
oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲
the
oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○