list_sources
List all candidate sources, with options for pagination, sorting, and filtering by enabled status or date range.
Instructions
List all candidate sources in the organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page | |
| enabled | No | Filter by enabled status | |
| sort_by | No | Field to sort by (default: created_at) | |
| sort_order | No | Sort direction (default: desc) | |
| created_after | No | Filter by created date (ISO 8601, inclusive lower bound) | |
| created_before | No | Filter by created date (ISO 8601, inclusive upper bound) | |
| updated_after | No | Filter by updated date (ISO 8601, inclusive lower bound) | |
| updated_before | No | Filter by updated date (ISO 8601, inclusive upper bound) |