cURL
curl --request GET \ --url https://atlantic.api.herodotus.cloud/v1/atlantic-query-jobs/{atlanticQueryId}
{ "jobs": [ { "id": "<string>", "atlanticQueryId": "<string>", "status": "IN_PROGRESS", "jobName": "TRACE_GENERATION", "createdAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "context": {} } ], "steps": [ "<string>" ] }
Provide the Atlantic query ID to get the jobs for a given Atlantic query.
Atlantic Query Jobs
The response is of type object.
object