GET
/
atlantic-queries
Get the list of Atlantic queries you have submitted.
curl --request GET \
  --url https://atlantic.api.herodotus.cloud/docs/atlantic-queries
{
  "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>",
        "email": "<string>",
        "isEmailVerified": true,
        "image": "<string>"
      }
    }
  ],
  "total": 123
}

Authorizations

apiKey
string
query
required

Query Parameters

limit
number
offset
number
clientId
string
network
string

Response

Default Response

atlanticQueries
object[]
required
total
number
required