List inference jobs for the tenant.
cURL
curl --request GET \ --url https://api.example.com/api/v1/inference-jobs \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "config": {}, "status": "<string>", "total_files": 123, "processed_files": 123, "failed_files": 123, "total_detections": 123, "error_message": "<string>", "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ], "total": 123, "has_more": true }
x >= 1
1 <= x <= 100
Successful Response
List of inference jobs.
Show child attributes