Create bulk operation export

Creates an async export operation for entries matching an optional query (max 10,000 entries). Poll the bulk operation endpoint until sys.status is completed, then download from result.files.

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.

Request

This endpoint expects a map from strings to any.

Response

Created - Bulk export operation created successfully

Errors

403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error