Get all Jobs within a given offset and limit. You can retrieve jobs from your account using the above API.
Example CURL command:
curl -X GET 'https://api.lilt.com/v2/jobs?key=API_KEY&isArchived=false'
Retrieves all jobs that are archived.
Retrieves all jobs that are delivered.
Return jobs starting at the offset row. If not given the default offset will be 0.
x >= 0
The maximum number of jobs to be returned. If not given the default limit will be 25.
x <= 50
A list of Job objects.
The response is of type JobsResponse · object[]
.