You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/integrations/ashby.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1183,7 +1183,7 @@ Lists all jobs in an Ashby organization. By default returns Open, Closed, and Ar
1183
1183
|`cursor`| string | No | Opaque pagination cursor from a previous response nextCursor value |
1184
1184
|`perPage`| number | No | Number of results per page \(default and max 100\). Ashby silently caps larger values rather than erroring. |
1185
1185
|`syncToken`| string | No | Opaque token from a prior sync to fetch only jobs changed since then. Ashby only returns a new syncToken on the last page, so drain moreDataAvailable/nextCursor before persisting it. |
1186
-
|`status`|json| No | One job status or an array of statuses to include: Open, Closed, Archived, or Draft |
1186
+
|`status`|array| No | One job status or an array of statuses to include: Open, Closed, Archived, or Draft |
1187
1187
|`createdAfter`| string | No | Only return jobs created after this ISO 8601 timestamp \(e.g. 2024-01-01T00:00:00Z\)|
1188
1188
|`openedAfter`| string | No | Only return jobs opened after this ISO 8601 timestamp |
1189
1189
|`openedBefore`| string | No | Only return jobs opened before this ISO 8601 timestamp |
@@ -1441,7 +1441,7 @@ Searches for candidates by name and/or email with AND logic. Results are limited
1441
1441
1442
1442
### Ashby Search Jobs
1443
1443
1444
-
Searches Ashby jobs by title and/or requisition ID.
1444
+
Searches Ashby jobs by title and/or requisition ID. Provide at least one of these filters.
0 commit comments