cURL
curl --request GET \ --url https://fuse.flatirons.com/api/v1/imports \ --header 'Authorization: Bearer <token>'
{ "data": [ { "slug": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "row_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "status": "created", "template": { "name": "<string>", "slug": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "metadata": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The page number for pagination
Number of records per page, maximum of 100
filtered imports found
A paginated list of imports
Show child attributes
The slug of the import
The number of rows in the import
The timestamp of creation for the import
The timestamp of last update for the import
The status of the import
created
submitting
submitted
completed
Additional metadata for the import