/jobs
Request all your past and present jobs.
Last updated
Request all your past and present jobs.
Last updated
GET
https://waveline.ai/api/v1/jobs
Retrieve a list of all your account's jobs, ordered by creation date (newest first).
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
If you've lost track of some jobs you have created, your last 15 jobs:
You can use the count
parameter to request more than 10 jobs at a time (up to 100):
If you want to search for jobs older than the first 20, say the next oldest 20, you can use the offset
parameter to do so:
count
Number
The amount of jobs to return. Can be between 1
and 100
(default 10
).
offset
Number
The number of jobs to skip. For example with offset=1
, the newest job will be skipped and the list will start with the second newest job. Default: 0
Authorization*
String
Bearer <YOUR_API_KEY>