Atlantic Query
Get the Atlantic query jobs for a given Atlantic query
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}
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>"
]
}
Path Parameters
Response
200
application/json
Atlantic Query Jobs
Available options:
IN_PROGRESS
, COMPLETED
, FAILED
Available options:
TRACE_GENERATION
, PROOF_GENERATION
, PROOF_VERIFICATION
, FACT_HASH_GENERATION
, FACT_HASH_REGISTRATION
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>"
]
}