Exports
Exports in API v3: list exports, create an export, retrieve an export, delete an export.
4 operations.
| Operation | Summary |
|---|---|
GET /exports | List exports |
POST /exports | Create an export |
GET /exports/{export_id} | Retrieve an export |
DELETE /exports/{export_id} | Delete an export |
Imports10
Previous Page
List exports GET
Lists the exports of the current account using cursor-based pagination. The collection can be filtered by `resource`. Exports requested outside the API are also listed, with `file_id` set to `null`. Exports never include a download URL. To download a file, request a short-lived download link for its `file_id` from the files API.