Ashby integration (Productivity, Data). Imported from open-connector.
https://api.ashbyhq.com/apiKey.info
/job.list
| Param | Type | Required | Description |
|---|---|---|---|
| createdAfter | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| cursor | string | optional | Opaque cursor indicating which page of Ashby results to fetch. |
| syncToken | string | optional | Opaque token representing the last successful Ashby incremental sync. |
| limit | integer | optional | The maximum number of items to return. The maximum is 100. |
| status | array | optional | When supplied, only jobs with the provided status values are returned. |
| openedAfter | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| openedBefore | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| closedAfter | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| closedBefore | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| includeUnpublishedJobPostingsIds | boolean | optional | Whether to include unpublished job posting IDs. |
| expand | array | optional | Related job objects to expand in Ashby's response. |
/candidate.list
| Param | Type | Required | Description |
|---|---|---|---|
| createdAfter | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| cursor | string | optional | Opaque cursor indicating which page of Ashby results to fetch. |
| syncToken | string | optional | Opaque token representing the last successful Ashby incremental sync. |
| limit | integer | optional | The maximum number of items to return. The maximum is 100. |
/candidate.search
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The candidate email address to search for. | |
| name | string | optional | The candidate name to search for. |