Start typing to search.

API Reference

Poll a public dashboard action run status

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

Mirror of GET /api/dashboards/{id}/action-runs/{actionRunId}/status. Scoped to this dashboard's action runs only; never returns logs. Gated by ENVOY_PUBLIC_DASHBOARD_ACTIONS_ENABLED.

Operation IDgetPublicDashboardActionRunStatus

Authentication

No authentication is required.

Path parameters

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

503Public dashboard actions disabled on this server

Public dashboard actions disabled on this server

No response content schema is documented.