curl -X POST "https://api.joinformal.com/core.v1.LogsService/ListLogQueries" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"savedQueries": [
{
"id": "<string>",
"name": "<string>",
"createdBy": "<string>",
"query": {
"query": "<string>",
"filters": [
{
"name": "<string>",
"values": [
"<string>"
]
}
],
"relativeTime": 123,
"histogramGroupByFields": [
"<string>"
],
"metricAggregation": {
"field": "<string>",
"aggType": "value_count"
}
}
}
],
"listMetadata": {
"after": "<string>",
"before": "<string>",
"count": 123,
"nextCursor": "<string>"
}
}curl -X POST "https://api.joinformal.com/core.v1.LogsService/ListLogQueries" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"savedQueries": [
{
"id": "<string>",
"name": "<string>",
"createdBy": "<string>",
"query": {
"query": "<string>",
"filters": [
{
"name": "<string>",
"values": [
"<string>"
]
}
],
"relativeTime": 123,
"histogramGroupByFields": [
"<string>"
],
"metricAggregation": {
"field": "<string>",
"aggType": "value_count"
}
}
}
],
"listMetadata": {
"after": "<string>",
"before": "<string>",
"count": 123,
"nextCursor": "<string>"
}
}API key authentication. Get your API key from the Formal console.
Was this page helpful?