curl --request GET \
--url https://staging.atlantic.api.herodotus.cloud/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": "S",
"declaredJobSize": "S",
"cairoVm": "rust",
"cairoVersion": "cairo0",
"steps": [
"<string>"
],
"errorReason": "<string>",
"submittedByClient": "<string>",
"projectId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
},
"metadataUrls": [
"<string>"
]
}
Get the details of a Atlantic Query
curl --request GET \
--url https://staging.atlantic.api.herodotus.cloud/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": "S",
"declaredJobSize": "S",
"cairoVm": "rust",
"cairoVersion": "cairo0",
"steps": [
"<string>"
],
"errorReason": "<string>",
"submittedByClient": "<string>",
"projectId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
},
"metadataUrls": [
"<string>"
]
}
Default Response
The response is of type object
.