List Workflows
GET/api/v1/workflows
List Workflows
Request
Query Parameters
name string
cluster string
groupBy string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error string
nextPageToken string
workflows
object[]
buildDuration integer
buildLogs string
buildStatus string
cluster string
config object
createdAt date-time
description string
error string
id string
inputSchema string
name string
outputSchema string
runAsync boolean
tags string[]
url string
variables
object
property name* string
version integer
{
"error": "string",
"nextPageToken": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...