Skip to content
Start here

Jobs

List Jobs
Deprecated
GET/accounts/{account_id}/autorag/rags/{id}/jobs
Get a Job Details
Deprecated
GET/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}
List Job Logs
Deprecated
GET/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}/logs
ModelsExpand Collapse
JobListResponse { id, source, end_reason, 3 more }
id: string
source: "user" or "schedule"
One of the following:
"user"
"schedule"
end_reason: optional string
ended_at: optional string
last_seen_at: optional string
started_at: optional string
JobGetResponse { id, source, end_reason, 3 more }
id: string
source: "user" or "schedule"
One of the following:
"user"
"schedule"
end_reason: optional string
ended_at: optional string
last_seen_at: optional string
started_at: optional string
JobLogsResponse = array of { id, created_at, message, message_type }
id: number
created_at: number
message: string
message_type: number