Get status of all bulk operations

Retrieves bulk operations for the specified space and environment (cursor-paginated). Each item in items includes sys only (no payload, result, or error).

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.

Query parameters

sys.status[in]stringOptional

Filter by status. Comma-separated list of statuses: in_progress, failed, completed.

sys.bulkType[in]stringOptional

Filter by bulk operation type. Comma-separated list: EntriesCreate, EntriesUpdate, EntriesDelete, EntriesExport.

sys.createdAt[gte]stringOptional
Filter by creation date greater than or equal to the given ISO 8601 timestamp.
sys.createdAt[lte]stringOptional
Filter by creation date less than or equal to the given ISO 8601 timestamp.
sys.updatedAt[gte]stringOptional
Filter by update date greater than or equal to the given ISO 8601 timestamp.
sys.updatedAt[lte]stringOptional
Filter by update date less than or equal to the given ISO 8601 timestamp.
orderstringOptional

Order results by sys.createdAt, -sys.createdAt, sys.updatedAt, or -sys.updatedAt. Defaults to -sys.createdAt.

limitdoubleOptional
Maximum number of bulk operations to return. Minimum 1, maximum 100.
pageNextstringOptional

Cursor for paginating forward. Mutually exclusive with pagePrev.

pagePrevstringOptional

Cursor for paginating backward. Mutually exclusive with pageNext.

Response

OK - Request successful

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error