list_records
Returns exact rows of one record type by structured filters and sorts, with a total count. Use for browse or comparison questions with concrete criteria ("open contract jobs in Sydney", "candidates whose notice period is one month"). Field ids and custom-field slugs come from describe_fields; filter values must be ISO dates or option slugs. For fuzzy or CV-content criteria use search_candidates. Pages of 50; follow next_cursor for more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Default 25, max 50. | |
| sorts | Yes | ||
| cursor | Yes | next_cursor from the previous page. | |
| fields | Yes | Restrict returned columns. | |
| filters | Yes | ||
| resource_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||