API Reference
Get a task
GET
/api/tasks/{id}
Get a task
Operation IDgetTask
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Task with current YAML content
Task with current YAML content
Content typeapplication/json
responseobject8 properties
idintegernamestringdescriptionstring | nullcurrent_versionintegerstatusstringcreated_atstring · date-timeupdated_atstring · date-timecurrent_yamlstring | nullError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}