Get Atlantic Query
curl --request GET \
--url https://atlantic.api.herodotus.cloud/atlantic-query/{atlanticQueryId}{
"atlanticQuery": {
"id": "<string>",
"externalId": "<string>",
"dedupId": "<string>",
"transactionId": "<string>",
"step": "<string>",
"programHash": "<string>",
"integrityFactHash": "<string>",
"sharpFactHash": "<string>",
"layout": "<string>",
"isFactMocked": true,
"isProofMocked": true,
"steps": [
"<string>"
],
"errorReason": "<string>",
"submittedByClient": "<string>",
"projectId": "<string>",
"submittedByWallet": "<string>",
"bucketId": "<string>",
"bucketJobIndex": -1,
"customerName": "<string>",
"isJobSizeValid": true,
"retryCount": -1,
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"client": {
"clientId": "<string>",
"name": "<string>",
"isEmailVerified": true,
"email": "<string>",
"image": "<string>"
},
"isRetriable": true
},
"metadataUrls": [
"<string>"
]
}Endpoints
Get query
Retrieve the status and details of a submitted Atlantic STARK proof query by its ID
GET
/
atlantic-query
/
{atlanticQueryId}
Get Atlantic Query
curl --request GET \
--url https://atlantic.api.herodotus.cloud/atlantic-query/{atlanticQueryId}{
"atlanticQuery": {
"id": "<string>",
"externalId": "<string>",
"dedupId": "<string>",
"transactionId": "<string>",
"step": "<string>",
"programHash": "<string>",
"integrityFactHash": "<string>",
"sharpFactHash": "<string>",
"layout": "<string>",
"isFactMocked": true,
"isProofMocked": true,
"steps": [
"<string>"
],
"errorReason": "<string>",
"submittedByClient": "<string>",
"projectId": "<string>",
"submittedByWallet": "<string>",
"bucketId": "<string>",
"bucketJobIndex": -1,
"customerName": "<string>",
"isJobSizeValid": true,
"retryCount": -1,
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"client": {
"clientId": "<string>",
"name": "<string>",
"isEmailVerified": true,
"email": "<string>",
"image": "<string>"
},
"isRetriable": true
},
"metadataUrls": [
"<string>"
]
}Was this page helpful?
⌘I

