cURL
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>" } }
Documentation IndexFetch the complete documentation index at: https://docs.formal.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.formal.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Get your API key from the Formal console.
x <= 500
Success
Show child attributes
Was this page helpful?
Suggestions