cURL
curl --request GET \ --url https://api.honeycomb.io/1/boards/{boardId}/views/{viewId}
{ "id": "eC_abc123", "name": "Api and web slow requests errors", "filters": [ { "column": "status", "operation": "=", "value": "error" }, { "column": "duration_ms", "operation": ">", "value": 100 }, { "column": "service", "operation": "in", "value": [ "api", "web" ] } ] }
Retrieve a single Board View by ID.
The unique identifier (ID) of a Board.
The unique identifier (ID) of a Board View.
Success
Unique identifier for the board view.
"eC_abc123"
The name of the view.
"My View"
Show child attributes