cURL
curl --request GET \ --url https://api.quantpilot.ai/deepquant/jobs/{job_id} \ --header 'x-api-key: <api-key>'
{ "job_id": "dq_123456", "status": "running", "tokens_used": 1234, "tasks": [ { "task_id": "task_789", "status": "running", "description": "Analyzing price patterns" } ] }
Returns detailed information about a specific DeepQuant job
API key for authentication
Job details
The response is of type object.
object