API Documentation
AISpectra API Details
<GET> Job Status Details
2min
Get /api/ais/v1.5/job_status_detailed
Job status detail api help you track progress of your active job id.
GET
Request
Path Params
job_id
String
required
Enter uniquely created job_id received during model analysis.
Header Parameters
x-api-key
String
required
Enter your API key
Org-id
String
required
Enter your organization key
job_id - Enter the job id you have recevied during the model analysis to get the progress of the given job id.
For using Nodejs sample code, install npm package request
Given ample code for python is tested for Python version 3.7
Given Sample code for nodejs and javascript is tested for Node V20LTS
Updated 20 Dec 2024

Did this page help you?