API Reference
List dashboards for a job
GET
/api/jobs/{jobId}/dashboards
List dashboards for a job
Operation IDlistJobDashboards
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
jobIdintegerrequiredSuccess response body
200Dashboard summaries for the job
Dashboard summaries for the job
Content typeapplication/json
responseobject1 property
resultarray<Dashboard>Array items
itemobject9 properties
idintegerjob_idintegerdashboard_template_idinteger | nullnamestringdescriptionstring | nullstatusstringhas_share_linkbooleancreated_atstring · date-timeupdated_atstring | null · date-timeError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}