Skip to main content
POST
/
v1
/
analytics
/
queries
/
schema
Get parameter schema for a specific query
curl --request POST \
  --url https://api.example.com/v1/analytics/queries/schema \
  --header 'Content-Type: application/json' \
  --data '
{
  "queryName": "<string>"
}
'

Body

application/json
queryName
string
required
Minimum string length: 1

Response

200

Parameter schema for the specified query