Get details of a specific import by ID.
curl --request GET \ --url https://fuse.flatirons.com/api/v1/imports/{import_slug} \ --header 'Authorization: Bearer <token>'
{ "slug": "<string>", "row_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "status": "created", "template": { "name": "<string>", "slug": "<string>" }, "metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Import details retrieved successfully
The response is of type object.
object