ExportsResource provides methods to create, list, and retrieve data exports from projects or datasets.
List exports
Retrieve a paginated list of all exports.Parameters
Maximum number of results to return
Cursor for pagination
Returns
Array of export objects
Cursor for the next page of results
Cursor for the previous page of results
Whether there are more results available
Create an export
Create a new export for a project or dataset.Parameters
The UID of the project to export
The UID of the dataset to export
Returns
The unique identifier for the export
The current status of the export (e.g., “pending”, “processing”, “completed”)
The URL to download the export file once completed
The timestamp when the export was created
The timestamp when the export was last updated
Get an export
Retrieve a specific export by its unique identifier.Parameters
The unique identifier of the export
Returns
Returns anExport object with the same fields as the create response.