GET
/
imports
/
{importId}

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
importId
string
required

The ID of the import

personCount
integer
required

The number of people that were imported

status
enum<string>
required

Status of the import.

Available options:
NOT_STARTED,
UPLOADING,
ERROR,
COMPLETED
type
enum<string>
required

Type of the import.

Available options:
API,
ACTIVITIES,
CSV
updatedAt
string
required

Timestamp the import finished.