curl --request GET \
--url 'https://atlantic.api.herodotus.cloud/docs/atlantic-queries?apiKey='{
"atlanticQueries": [
{
"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>",
"isEmailVerified": true,
"email": "<string>",
"image": "<string>"
}
}
],
"total": 123
}List all Atlantic STARK proof queries submitted with your API key with pagination support
curl --request GET \
--url 'https://atlantic.api.herodotus.cloud/docs/atlantic-queries?apiKey='{
"atlanticQueries": [
{
"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>",
"isEmailVerified": true,
"email": "<string>",
"image": "<string>"
}
}
],
"total": 123
}Default Response
Show child attributes
RECEIVED, DONE, FAILED, IN_PROGRESS L1, L2, APE_CHAIN, OFFCHAIN, WORLD_CHAIN XS, S, M, L XS, S, M, L rust, python cairo0, cairo1 TRACE_GENERATION, PROOF_GENERATION, PROOF_VERIFICATION_ON_L1, PROOF_VERIFICATION_ON_L2, PROOF_VERIFICATION_ON_APE_CHAIN, PROOF_VERIFICATION_ON_WORLD_CHAIN MAINNET, TESTNET herodotus_evm_grower, herodotus_sn_grower -2147483648 <= x <= 2147483647