API Reference
Create a dashboard on a job
POST
/api/jobs/{jobId}/dashboards
Create a dashboard on a job
Operation IDcreateJobDashboard
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
jobIdintegerrequiredRequest body
This request body is required.
Content typeapplication/json
requestobject4 properties
namestringrequireddescriptionstringyaml_contentstringrequireddashboard_template_idintegerSuccess response body
201Dashboard created
Dashboard created
Content typeapplication/json
responseobject9 properties
idintegerjob_idintegerdashboard_template_idinteger | nullnamestringdescriptionstring | nullstatusstringhas_share_linkbooleancreated_atstring · date-timeupdated_atstring | null · date-timeError responses
400Validation error
Validation error
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "VALIDATION_ERROR",
"message": "Invalid input"
}404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}