Skip to main content
GET
/
apps
/
{app_id}
/
queries
/
{query_name}
Get a specific predefined query definition GET /apps/:app_id/queries/:query_name
curl --request GET \
  --url https://api.example.com/apps/{app_id}/queries/{query_name}

Path Parameters

app_id
string
required

Application ID

query_name
string
required

Query name

Response

Query definition