Run tab
Runs the tab's widgets together and returns one result per widget, so rendering a tab costs a single call rather than one per widget. Widgets execute concurrently and each is reported as `ok` or `error` by its `status`: a widget that fails does not fail the request, so one broken query cannot hide the rest of the tab. Safe and side-effect free despite being a POST. The tab, not the board, is the unit here — there is no whole-board run.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
board_id
tab_id
Headers
X-API-Key
Your workspace API key.
Request
This endpoint expects an object.
filter_values
Values overriding the filters' stored defaults, keyed by token name
Response
Successful Response
results
One entry per widget on the tab, each tagged ok or error by status
filter_values_used
The filter values actually applied, after merging the request with each filter's default
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
408
Request Timeout Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error