Start typing to search.

API Reference

List dashboards for a job

View Markdown
GET /api/jobs/{jobId}/dashboards

List dashboards for a job

Operation IDlistJobDashboards

Authentication

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

Path parameters

jobIdintegerrequired

Success response body

200Dashboard summaries for the job

Dashboard summaries for the job

Content typeapplication/json

responseobject
1 property
resultarray<Dashboard>
Array items
itemobject
9 properties
idinteger
job_idinteger
dashboard_template_idinteger | null
namestring
descriptionstring | null
statusstring
has_share_linkboolean
created_atstring · date-time
updated_atstring | null · date-time

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"
}