Get status of a single bulk operation

Returns the status of a bulk operation by ID. Check sys.status for state and result.items for per-entry outcomes; export jobs return result.files with signed ZIP URLs.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired

Alphanumeric id of the space.

environment_idstringRequired

Alphanumeric id of the environment. Defaults to master.

bulk_operation_idstringRequired

Alphanumeric id of the bulk operation.

Response

OK - Request successful

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error