For the complete documentation index, see llms.txt. This page is also available as Markdown.

get

Overview

This endpoint is used for polling the status of a running export. Once the status is completed, you may call export.download to download any exported files.

HTTP Request

GET /exports/:exportId

Path parameters

Parameter

exportId

The unique identifier of the export, returned in the response to export.post.

This endpoint extends the general API structure

Authorization

Data access to all tables referenced by the query is required. If a table's data is not public, your access token must have one of the following scopes:

  • data.data

  • data.edit

Response body

Returns the JSON-encoded "get" representation of an export resource.

Was this helpful?