Path Parameters
Response
200 - application/json
Default Response
The response is of type object
.
curl --request GET \
--url https://atlantic.api.herodotus.cloud/docs/buckets/{bucketId}
{
"bucket": {
"id": "<string>",
"externalId": "<string>",
"status": "OPEN",
"aggregatorVersion": "snos_aggregator_0.13.2",
"aggregatorParams": "<string>",
"nodeWidth": -1,
"leaves": -1,
"projectId": "<string>",
"createdByClient": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
},
"queries": [
{
"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"
}
]
}
curl --request GET \
--url https://atlantic.api.herodotus.cloud/docs/buckets/{bucketId}
{
"bucket": {
"id": "<string>",
"externalId": "<string>",
"status": "OPEN",
"aggregatorVersion": "snos_aggregator_0.13.2",
"aggregatorParams": "<string>",
"nodeWidth": -1,
"leaves": -1,
"projectId": "<string>",
"createdByClient": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
},
"queries": [
{
"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"
}
]
}
Default Response
The response is of type object
.