List filters

View as Markdown
Returns every filter token declared by the board's widgets. Filters are derived from widget SQL rather than created directly, and are bounded by the board.

Path parameters

org_idstringRequired
Organization ID
workspace_idstringRequired
Workspace ID
board_idstringRequiredformat: "uuid"

Headers

X-API-KeystringRequired
Your workspace API key.

Response

Successful Response
filterslist of objects
The board's filters, in display order

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error