Atlantic Prover Suite (Legacy)
Atlantic API
Proof Generation and Trace Generation
L1 Atlantic Query
L2 Atlantic Query
Fact Hash Calculation
Atlantic Query
Health check
Program Registry
Atlantic Query
Get the Atlantic query jobs for a given Atlantic query
Provide the Atlantic query ID to get the jobs for a given Atlantic query.
GET
/
v1
/
atlantic-query-jobs
/
{atlanticQueryId}
Copy
curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/atlantic-query-jobs/{atlanticQueryId}
Copy
{
"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>"
]
}
Path Parameters
Response
200
application/json
Atlantic Query Jobs
The response is of type object
.
Copy
curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/atlantic-query-jobs/{atlanticQueryId}
Copy
{
"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>"
]
}
Assistant
Responses are generated using AI and may contain mistakes.