Arroyo Documentation home page
Search or ask...
Arroyo Cloud
Arroyo Cloud
Search...
Navigation
Pipelines
List a pipeline's jobs
Documentation
Github
Discord
API Reference
Releases
API Documentation
API Overview
Connectors
Connection Profiles
Connection Tables
Jobs
Pipelines
GET
List all pipelines
POST
Create a new pipeline
POST
Create a new preview pipeline
POST
Validate a query and return pipeline graph
GET
Get a single pipeline
DEL
Delete a pipeline
PATCH
Update a pipeline
GET
List a pipeline's jobs
POST
Restart a pipeline
UDFs
Pipelines
List a pipeline's jobs
GET
/
v1
/
pipelines
/
{id}
/
jobs
Send
Path
id
string
*
id
Required
string
Pipeline id
Path Parameters
id
string
required
Pipeline id
Response
200 - application/json
data
object[]
required
Show child attributes
data.
createdAt
integer
required
Required range:
x > 0
data.
failureMessage
string | null
data.
finishTime
integer | null
Required range:
x > 0
data.
id
string
required
data.
runId
integer
required
Required range:
x > 0
data.
runningDesired
boolean
required
data.
startTime
integer | null
Required range:
x > 0
data.
state
string
required
data.
tasks
integer | null
Required range:
x > 0
Update a pipeline
Restart a pipeline