Jobs
Latest job
Log in using the POST /api/v1/auth/ endpoint
Success: Job details
Validation error
Message: unable to fetch engine from external service
GET /api/v1/jobs/{engine_id}/latest/?job_type=text HTTP/1.1
Host: /
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"engine_id": "123e4567-e89b-12d3-a456-426614174000",
"workflow_id": "123e4567-e89b-12d3-a456-426614174000",
"type": "synthesize",
"status": "STARTED",
"created": "2025-11-28T15:56:03.053Z",
"last_updated": "2025-11-28T15:56:03.053Z",
"settings": "text",
"now": "2025-11-28T15:56:03.053Z"
}List jobs
Log in using the POST /api/v1/auth/ endpoint
Success: Jobs list
Validation error
Message: unable to fetch engine from external service
GET /api/v1/jobs/{engine_id}/list/ HTTP/1.1
Host: /
Accept: */*
{
"jobs": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"engine_id": "123e4567-e89b-12d3-a456-426614174000",
"workflow_id": "123e4567-e89b-12d3-a456-426614174000",
"type": "synthesize",
"status": "STARTED",
"created": "2025-11-28T15:56:03.053Z",
"last_updated": "2025-11-28T15:56:03.053Z",
"settings": "text",
"now": "2025-11-28T15:56:03.053Z"
}
]
}Get Job
Log in using the POST /api/v1/auth/ endpoint
Success: Job details
Validation error
Message: unable to fetch engine from external service
GET /api/v1/jobs/{job_id}/ HTTP/1.1
Host: /
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"engine_id": "123e4567-e89b-12d3-a456-426614174000",
"workflow_id": "123e4567-e89b-12d3-a456-426614174000",
"type": "synthesize",
"status": "STARTED",
"created": "2025-11-28T15:56:03.053Z",
"last_updated": "2025-11-28T15:56:03.053Z",
"settings": "text",
"now": "2025-11-28T15:56:03.053Z"
}Cancel job
Log in using the POST /api/v1/auth/ endpoint
Success: Job status
Validation error
Message: unable to fetch engine from external service
PUT /api/v1/jobs/{job_id}/cancel/ HTTP/1.1
Host: /
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "STARTED",
"reason": "text"
}Delete job
Log in using the POST /api/v1/auth/ endpoint
Success: Job status
Validation error
Message: unable to fetch engine from external service
DELETE /api/v1/jobs/{job_id}/delete/ HTTP/1.1
Host: /
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "STARTED",
"reason": "text"
}Job logs
Log in using the POST /api/v1/auth/ endpoint
Success: Job log
Validation error
Message: unable to fetch engine from external service
GET /api/v1/jobs/{job_id}/download_log/ HTTP/1.1
Host: /
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"log": "text"
}Last updated
Was this helpful?

