Start typing to search.

API Reference

Poll dashboard action run status

View Markdown
GET /api/dashboards/{id}/action-runs/{actionRunId}/status

Returns a minimal status payload for an action run scoped to this dashboard. Never returns logs.

Operation IDgetDashboardActionRunStatus

Authentication

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

Path parameters

idintegerrequired

Resource ID

actionRunIdintegerrequired

Success response body

200Action run status

Action run status

Content typeapplication/json

responseobject
4 properties
statusstringrequired
item_countinteger | null
duration_msinteger | null
error_messagestring | null

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