GET

https://fuse.flatirons.com

/
api
/
v1
/
imports
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"
      }
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

The page number for pagination

per_page
integer

Number of records per page, maximum of 100

status
string

Response

200 - application/json
data
object[]

A paginated list of imports