Start typing to search.

API Reference

Get a job template

View Markdown
GET /api/job-templates/{id}

Returns the template with its parsed DAG and connector definitions.

Operation IDgetJobTemplate

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Success response body

200Template with DAG

Template with DAG

Content typeapplication/json

responseobject
9 properties
idinteger
namestring
descriptionstring | null
yaml_contentstring
statusstring
created_atstring · date-time
updated_atstring · date-time
dagobject | null
2 properties
tasksobject

Additional properties are allowed.

levelsarray<array<string>>
Array items
itemarray<string>
Array items
itemstring
connectorsobject | null
Additional properties
valueobject
1 property
typestring

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}