List Steps
GET/api/v1/steps
List Steps
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
steps
object[]
buildDuration integer
buildLogs string
buildStatus string
cluster string
connectors string[]
createdAt date-time
description string
docker object
error string
id string
inputSchema string
local object
name string
outputSchema string
prompts
object
property name* string
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...