cURL
curl --request GET \ --url https://api.quantpilot.ai/deepquant/jobs/history \ --header 'x-api-key: <api-key>'
[ { "job_id": "dq_123456", "started_at": 1678901234, "ended_at": 1678902234, "status": "completed", "tokens_used": 2345 } ]
Returns a list of completed or terminated DeepQuant jobs
API key for authentication
List of past jobs
The response is of type object[].
object[]