Bulk Jobs

Get Bulk Job Events

Return the append-only event log for a bulk job.

get/bulk/jobs/{jobId}/events

Path parameters

jobIdstring uuid required

UUID identifier of the bulk job.

Query parameters

limitinteger

Events to return, newest first.

Response

Paginated job events.

object required

Changes

Changed in 3 of the 8 revisions of this API.42

    • the oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed

    • the oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • endpoint added

      endpoint-added