Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Retrieves bulk operations for the specified space and environment (cursor-paginated). Each item in items includes sys only (no payload, result, or error).
Bearer authentication of the form Bearer <token>, where token is your auth token.
Alphanumeric id of the space.
Alphanumeric id of the environment. Defaults to master.
Filter by status. Comma-separated list of statuses: in_progress, failed, completed.
Filter by bulk operation type. Comma-separated list: EntriesCreate, EntriesUpdate, EntriesDelete, EntriesExport.
Order results by sys.createdAt, -sys.createdAt, sys.updatedAt, or -sys.updatedAt. Defaults to -sys.createdAt.
Cursor for paginating forward. Mutually exclusive with pagePrev.
Cursor for paginating backward. Mutually exclusive with pageNext.
OK - Request successful