Skip to main content
GET
List pre-translation jobs

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

If-Modified-Since
string

Last modified condition, see Conditional GET requests / HTTP Caching (optional)

If-None-Match
string

ETag condition, see Conditional GET requests / HTTP Caching (optional)

Path Parameters

project_id
string
required

Project ID

Query Parameters

page
integer

Page number

per_page
integer

Limit on the number of objects to be returned, between 1 and 100. 25 by default

Response

OK

id
string
Example:

"abcd1234cdef1234abcd1234cdef1234"

status
enum<string>

Current execution state of the pre-translation job. Jobs start as pending while queued, transition to running while executing, and settle to success or error.

Available options:
pending,
running,
success,
error
translatable_type
enum<string>

Resource type that was pre-translated.

Available options:
locale,
job,
translation_key,
upload
translatable_id
string

ID of the targeted resource (locale ID, job ID, key ID, or upload ID).

Example:

"abcd1234cdef1234abcd1234cdef1234"

error
string | null

Error message. null unless the job's status is error.

created_at
string<date-time>
updated_at
string<date-time>