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
required
String
Enter uniquely created job_id received during model analysis.
Header Parameters
x-api-key
required
String
Enter your API key
Org-id
required
String
Enter your organization key
Python
Curl
Node.js
JS
Responses
200
400
403
412
429


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