v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBList jobs within an account
List / search the jobs within an account. By default, only the last 50 jobs are returned. Use the <code>limit</code> and <code>offset</code> parameters to return more than 50 jobs. <a href="https://help.smartling.com/hc/en-us/articles/1260805176869-Pagination" target="_blank">Learn more.</a>
Path parameters
A unique account identifier. This can be found in the Smartling Dashboard under Account Settings > API.
Query parameters
Used for searching jobs by jobName. Any entry is treated as a LIKE query on the name of the job.
Used for searching jobs by projectId. Supports up to 500 projectIds.
Used for searching jobs by their status.
If set to true, returns jobs only with priority.
The limit on the number of jobs returned.
The offset to use when searching for jobs.
The field to sort by.
The direction to sort.
Response
OK
Example response
{
"response": {
"data": {
"items": [
{
"createdDate": "2015-11-21T01:51:17.000Z",
"dueDate": "2015-11-21T01:51:17.000Z",
"jobNumber": "SMTL-123",
"jobStatus": "DRAFT | AWAITING_AUTHORIZATION | IN_PROGRESS | COMPLETED | CANCELLED | CLOSED | DELETED",
"priority": 2,
"projectId": "fd7244365",
"referenceNumber": "CustomerReferenceNum1",
"targetLocaleIds": [
"de-DE"
]
}
]
}
}
}