Get the status of a bulk query conversion job
Get the status of a bulk query conversion job
GET /project/{projectId}/queries/bulk-convert
curl \ --request GET 'http://127.0.0.1:8278/api/v1/project/{projectId}/queries/bulk-convert'
Response examples (200)
{ "pendingQueries": [ "string" ], "runningQueries": [ "string" ], "completedQueries": [ "string" ], "failedQueries": [ "string" ] }
Response examples (404)
{ "jobId": "string", "message": "string", "description": "string", "timestamp": "2025-05-04T09:42:00Z" }