# Searches the job board Endpoint: POST /jobBoards/{tenantId}/search/{id} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) Parameters to the query - `id` (string, required) jobBoard id ## Request fields (application/json): - `criteria` (object) - `page` (number) The page being requested - `radius_search` (object) - `radius_search.postal_code` (string, required) - `radius_search.radius` (number, required) ## Response 200 fields (application/json): - `fields` (array) - `fields.label` (string) - `fields.name` (string) - `fields.type` (string) - `query` (object) - `rows` (array) - `sql` (string) - `target_service` (string) The target service of the query - `totalNumberOfRows` (number) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields ## Response 429 fields ## Response 500 fields