cURL
curl --request GET \ --url https://api.spectropic.ai/v1/jobs \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "created", "model": "<string>", "action": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
List jobs
API key authentication. Add your API key with format: Bearer <API_KEY>
created
queued
running
succeeded
failed
OK
The response is of type object.
object