Skip to main content
GET
/
customers
/
import
/
jobs
Import List
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/customers/import/jobs \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

status_filter
string | null
uploaded_by
string<uuid> | null
from_date
string<date-time> | null
to_date
string<date-time> | null
page
integer
default:1
page_size
integer
default:25

Response

Successful Response