Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Path Parameters

jobId
string
required

ID of the bulk import job to retrieve

Response

Job status retrieved successfully

id
string
required

Unique identifier for the bulk import job

Example:

"Job:019542f5-b3e7-1d02-0000-000000000006"

status
enum<string>
required

Current status of the job

Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED
Example:

"PROCESSING"

progress
object
required
errors
GridError · object[]

Detailed error information for failed entries

completedAt
string<date-time>

Timestamp when the job completed (only present for COMPLETED or FAILED status)

Example:

"2025-08-15T14:32:00Z"