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:
Note, Tenant Id can be retrieved from the UI as listed here
Get job status for a specific Job Id
GET
https://env1.telm.ai/api/backend/<tenant>/jobs/<job_id>
This endpoint gets you the status of the job from Upload data APIs
Path Parameters
Name
Type
Description
job_id
string
Job Id from Upload data API
tenant
string
Name of Tenant
Headers
Name
Type
Description
Content-type
string
application/json
Authentication*
string
Bearer {token}
Get jobs for a specific tenant and source
GET
https://env1.telm.ai/api/backend/{tenant}/sources/{source}/jobs
Path Parameters
Name
Type
Description
source*
string
Source Id
tenant*
string
Tenant Id
Query Parameters
Name
Type
Description
most_recent
Boolean
true/false
Headers
Name
Type
Description
Content-type
string
application/json
Authentication*
string
Bearer {token}
Last updated