Skip to main content
GET
Get job

Authorizations

Authorization
string
header
required

API key in the Authorization header: Bearer sk_hopper_... Keys are minted in the dashboard at withhopper.com/console/keys and shown once at creation. WebSocket connections also accept ?api_key=.

Path Parameters

id
string
required

Job id from a 202 response.

Response

The job.

id
string
kind
enum<string>
Available options:
instant_clone,
pro_clone,
localize
status
enum<string>
Available options:
queued,
running,
succeeded,
failed
created_at
string
updated_at
string
result
object

Present when status is succeeded.

error
string | null

Present when status is failed, e.g. model_offline.