List locations
list_locationsRetrieve location hierarchy (countries, regions, cities) with active job counts to obtain codes for filtering job searches.
Instructions
List the location hierarchy (countries, regions, or cities) with active job counts. Use the returned codes/slugs for the 'state' and 'city' filters in search_jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Hierarchy level to return. Default: countries. | |
| country | No | Filter by country code (e.g. 'US', 'GB'). | |
| region | No | Filter cities by region code (e.g. 'TX'). Use with level=cities. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| response_generated_at | No |