Search
K
Links

Track Upload Job

APIs to track status of upload
When upload job is triggered via API, the response contains a section with the job id:
{
"message": "Upload task started. Please track the job status to check progress",
"job_id": "a08aa2a2592a541e194db9d01e9d0e457"
}
Note, Tenant Id can be retrieved from the UI as listed here
get
https://demo.backend.telm.ai
/<tenant>/jobs/<job_id>
Get job status for a specific Job Id
get
https://demo.backend.telm.ai
/{tenant}/sources/{source}/jobs
Get jobs for a specific tenant and source