curl --request GET \
--url https://atlantic.api.herodotus.cloud/docs/atlantic-query/{atlanticQueryId}
{
"atlanticQuery": {
"id": "<string>",
"externalId": "<string>",
"transactionId": "<string>",
"status": "RECEIVED",
"step": "<string>",
"programHash": "<string>",
"integrityFactHash": "<string>",
"sharpFactHash": "<string>",
"layout": "<string>",
"isFactMocked": true,
"chain": "L1",
"jobSize": "XS",
"declaredJobSize": "XS",
"cairoVm": "rust",
"cairoVersion": "cairo0",
"steps": [
"<string>"
],
"result": "TRACE_GENERATION",
"network": "MAINNET",
"hints": "herodotus_evm_grower",
"errorReason": "<string>",
"submittedByClient": "<string>",
"projectId": "<string>",
"bucketId": "<string>",
"bucketJobIndex": -1,
"customerName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"client": {
"clientId": "<string>",
"name": "<string>",
"email": "<string>",
"isEmailVerified": true,
"image": "<string>"
}
},
"metadataUrls": [
"<string>"
]
}
Retrieve the status and details of a submitted Atlantic STARK proof query by its ID
curl --request GET \
--url https://atlantic.api.herodotus.cloud/docs/atlantic-query/{atlanticQueryId}
{
"atlanticQuery": {
"id": "<string>",
"externalId": "<string>",
"transactionId": "<string>",
"status": "RECEIVED",
"step": "<string>",
"programHash": "<string>",
"integrityFactHash": "<string>",
"sharpFactHash": "<string>",
"layout": "<string>",
"isFactMocked": true,
"chain": "L1",
"jobSize": "XS",
"declaredJobSize": "XS",
"cairoVm": "rust",
"cairoVersion": "cairo0",
"steps": [
"<string>"
],
"result": "TRACE_GENERATION",
"network": "MAINNET",
"hints": "herodotus_evm_grower",
"errorReason": "<string>",
"submittedByClient": "<string>",
"projectId": "<string>",
"bucketId": "<string>",
"bucketJobIndex": -1,
"customerName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"client": {
"clientId": "<string>",
"name": "<string>",
"email": "<string>",
"isEmailVerified": true,
"image": "<string>"
}
},
"metadataUrls": [
"<string>"
]
}