Management
List All Automated Jobs
Get all automated jobs. Automated jobs are completed by a machine. By default, jobs are sorted in descending order by submission time. For scheduled jobs such as data syncs, only the next scheduled job is shown.
GET
/
jobs
/
automated
Authorizations
Authorization
string
headerrequiredPlease use your Access Token
Headers
Finch-API-Version
string
default: 2020-09-17requiredHeader used to specify the version for a given API request. Current version is 2020-09-17.
Content-Type
string
default: application/jsonrequiredUsed to indicate the original media type of the resource
Body
application/json
limit
integer
The number of items to return. Defaults to 100.
offset
integer
Where in the list of jobs to start returning from. Defaults to index 0.
Response
200 - application/json
meta
object
data
object[]
Was this page helpful?