cURL
curl --request GET \ --url https://api.quantpilot.ai/deepquant/jobs \ --header 'x-api-key: <api-key>'
[ { "job_id": "dq_123456", "started_at": 1678901234, "tokens_used": 1234 } ]
Returns a list of currently running DeepQuant jobs
API key for authentication
List of active jobs
The response is of type object[].
object[]