Imports
Imports in API v3: list imports, create an import, retrieve an import, update an import, delete an import, analyze an import, list processing attempts, create a processing attempt, retrieve a processing attempt, list import rows.
10 operations.
| Operation | Summary |
|---|---|
GET /imports | List imports |
POST /imports | Create an import |
GET /imports/{import_id} | Retrieve an import |
PATCH /imports/{import_id} | Update an import |
DELETE /imports/{import_id} | Delete an import |
POST /imports/{import_id}/analyses | Analyze an import |
GET /imports/{import_id}/processing-attempts | List processing attempts |
POST /imports/{import_id}/processing-attempts | Create a processing attempt |
GET /imports/{import_id}/processing-attempts/{attempt_id} | Retrieve a processing attempt |
GET /imports/{import_id}/rows | List import rows |
Diamonds
Previous Page
List imports GET
Returns user imports created from spreadsheets, using cursor-based pagination. Imports in the trash are excluded by default. Set `deleted=true` to list them. The `rows` summary of each import reflects its analysis. To follow the processing state of individual rows, use the list import rows operation.