Check for alerts
APIs to check alert status of a given job
Get alerts status for a specific Job Id
GET
https://env1.telm.ai/api/backend/{tenant}/configuration/alerts?job_id={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}
Last updated