Skip to main content
POST
/
query
Query the system and service state by using SQL.
curl --request POST \
  --url https://api.example.com/query \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json
query
string
required

SQL query to run against the storage

Response

Query results