GET
/
imports
/
{importId}
curl --request GET \
  --url https://api.rallyuxr.com/api/public/v1/imports/{importId} \
  --header 'Authorization: Bearer <token>'
{
  "importId": "<string>",
  "type": "API",
  "status": "NOT_STARTED",
  "personCount": 123,
  "failedRecords": [
    {
      "personId": "<string>"
    }
  ],
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

importId
string
required

The ID of the import

Response

200
application/json

Information about the import

The response is of type object.