List jobs
List all jobs for the given project.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Query Parameters
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
Branch to use
filter by user owning job
filter by user assigned to job
filter by state of job; valid states are: draft, in_progress, completed
Filter by multiple job states at once. Accepted values are the same as state. When supplied, state is ignored. Rejected with 400 Bad Request if any value is unknown.
Filter to jobs that include the translation key identified by this code (matches via the job's tags).
filter by jobs updated since given date
Response
OK
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}{ "name": "new-branch" }The ID of the automation that created this job, or null if the job was created manually.
The ID of the job template this job was created from, or null if no template was used.