Arroyo Documentation home page
Search or ask...
Arroyo Cloud
Arroyo Cloud
Search...
Navigation
Jobs
List a job's checkpoints
Documentation
Github
Discord
API Reference
Releases
API Documentation
API Overview
Connectors
Connection Profiles
Connection Tables
Jobs
GET
Get all jobs
GET
List a job's checkpoints
GET
Get a checkpoint's details
GET
List a job's error messages
GET
Get a job's metrics
GET
Subscribe to a job's output
Pipelines
UDFs
Jobs
List a job's checkpoints
GET
/
v1
/
pipelines
/
{pipeline_id}
/
jobs
/
{job_id}
/
checkpoints
Send
Path
pipeline_id
string
*
pipeline_id
Required
string
Pipeline id
job_id
string
*
job_id
Required
string
Job id
Path Parameters
pipeline_id
string
required
Pipeline id
job_id
string
required
Job id
Response
200 - application/json
data
object[]
required
Show child attributes
data.
backend
string
required
data.
epoch
integer
required
Required range:
x > 0
data.
finishTime
integer | null
Required range:
x > 0
data.
startTime
integer
required
Required range:
x > 0
Get all jobs
Get a checkpoint's details