cURL
curl --request GET \ --url https://fuse.flatirons.com/api/v1/imports/{import_slug}/records \ --header 'Authorization: Bearer <token>'
{ "data": [ { "slug": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "sort": 123 } ], "metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Import Slug
The page number for pagination
Number of records per page, maximum of 100
A paginated list of records for a particular import
Show child attributes
The slug of the record
An object containing record data
The timestamp of creation for the record
The timestamp of last update for the record
The sort order
Metadata associated with the import session