Jobs
Get the status of a job
Get the status of a job
GET
/
jobs
/
{job_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
job_id
string
requiredResponse
200 - application/json
id
string
requiredtype
enum<string>
requiredAvailable options:
PRICE_PLAN
, EVENT_CORRECTIONS
, BILL_RUN
updatedAt
string
requiredstatus
enum<string>
requiredAvailable options:
SCHEDULED
, PENDING
, INITIALIZED
, WAITING_FOR_CONFIRMATION
, IN_PROGRESS
, COMPLETED
, FAILED
, CANCELLED
totalJobEntries
integer
requiredpendingJobEntries
integer
requiredfailedJobEntries
integer
requiredcompletedJobEntries
integer
requiredsettledAt
string
metadata
object