Skip to main content
GET
Get the status of a job

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string
required
Example:

"mig.20aUyEZSuYq.SoGbS"

Response

Response for get job status request

id
string
required
type
enum<string>
required
Available options:
PRICE_PLAN,
EVENT_CORRECTIONS,
BILL_RUN
updatedAt
string<date-time>
required
status
enum<string>
required
Available options:
SCHEDULED,
PENDING,
INITIALIZED,
WAITING_FOR_CONFIRMATION,
IN_PROGRESS,
COMPLETED,
FAILED,
CANCELLED
totalJobEntries
integer<int32>
required
pendingJobEntries
integer<int32>
required
failedJobEntries
integer<int32>
required
completedJobEntries
integer<int32>
required
settledAt
string<date-time>
metadata
object