Get Export Chunks

Fetch all chunks in a given export

Authentication

AuthorizationBearer

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

Path parameters

exportIDstringRequired
The ID of the export you would like to get chunks for

Query parameters

teamstringOptional
tablestringOptional

For multi-table exports, use this attribute to limit the export chunks to the given table.

excludeDeletedbooleanOptional
If true, exclude chunks that have been marked deleted.

Response

This endpoint returns a list of strings.

Errors

400
Bad Request Error
401
Unauthorized Error
429
Rate Limit Error