← Tools Reference

Ashby

Ashby integration (Productivity, Data). Imported from open-connector.

API key4 toolshttps://api.ashbyhq.com
POST
ashby_api_key_info
Retrieve information about the Ashby API key used for this connection.

/apiKey.info

POST
ashby_list_jobs
List Ashby jobs with optional status, timestamp, expansion, pagination, and sync filters.

/job.list

11 parameters
ParamTypeRequiredDescription
createdAfterintegeroptionalA timestamp in milliseconds since the Unix epoch.
cursorstringoptionalOpaque cursor indicating which page of Ashby results to fetch.
syncTokenstringoptionalOpaque token representing the last successful Ashby incremental sync.
limitintegeroptionalThe maximum number of items to return. The maximum is 100.
statusarrayoptionalWhen supplied, only jobs with the provided status values are returned.
openedAfterintegeroptionalA timestamp in milliseconds since the Unix epoch.
openedBeforeintegeroptionalA timestamp in milliseconds since the Unix epoch.
closedAfterintegeroptionalA timestamp in milliseconds since the Unix epoch.
closedBeforeintegeroptionalA timestamp in milliseconds since the Unix epoch.
includeUnpublishedJobPostingsIdsbooleanoptionalWhether to include unpublished job posting IDs.
expandarrayoptionalRelated job objects to expand in Ashby's response.
POST
ashby_list_candidates
List Ashby candidates with optional pagination and incremental sync filters.

/candidate.list

4 parameters
ParamTypeRequiredDescription
createdAfterintegeroptionalA timestamp in milliseconds since the Unix epoch.
cursorstringoptionalOpaque cursor indicating which page of Ashby results to fetch.
syncTokenstringoptionalOpaque token representing the last successful Ashby incremental sync.
limitintegeroptionalThe maximum number of items to return. The maximum is 100.
POST
ashby_search_candidates
Search Ashby candidates by email and/or name for small result sets such as autocomplete.

/candidate.search

2 parameters
ParamTypeRequiredDescription
emailstringoptionalThe candidate email address to search for.
namestringoptionalThe candidate name to search for.