application_list
Retrieve and filter candidate applications from the Ashby hiring pipeline by job ID, status, or creation date using pagination.
Instructions
List applications. Can filter by jobId and/or status. Uses cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | Filter by job ID (UUID) | |
| status | No | Filter by application status | |
| createdAfter | No | Only return applications created after this timestamp (ms since epoch) | |
| limit | No | Max results per page (default/max 100) | |
| cursor | No | Cursor for next page |