GET
/
jobs
/
{job_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

job_id
string
required

Response

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