API Reference
Poll a public dashboard action run status
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
tokenstringrequiredactionRunIdintegerrequiredSuccess response body
200Action run status
Action run status
Content typeapplication/json
responseobject4 properties
statusstringrequireditem_countinteger | nullduration_msinteger | nullerror_messagestring | nullError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample 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.