get https://api.kevel.co/v1/job/
Get information about a batch job
Jobs Expiration
Completed jobs are retained for 7 days.
Job status can be one of the following:
available
- This is the initial status prior to attempting any processingprocessing
- This is the next state once processing has started for a job that was in theavailable
state.completed
- This is the next state afterprocessing
if the job is processed successfully.failed
- This is the alternate next state afterprocessing
if the job fails to process.