Fetch an Embed Job
This API retrieves the details about an embed job started by the same user.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
id
The ID of the embed job to retrieve.
Headers
X-Client-Name
The name of the project that is making the request.
Response
OK
job_id
ID of the embed job
status
The status of the embed job
Allowed values:
created_at
The creation date of the embed job
input_dataset_id
ID of the input dataset
model
ID of the model used to embed
truncate
The truncation option used
Allowed values:
name
The name of the embed job
output_dataset_id
ID of the resulting output dataset
meta