async fn handle_list_tabs(
__arg0: State<AppState>,
__arg1: Query<ListTabsQuery>,
) -> impl IntoResponseExpand description
GET /api/v1/tabs — flat list of tabs, optionally scoped to a workspace
(explicit workspace_id, or the caller’s own via block_id).