Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.coralogix.com/mgmt/openapi/4/data-exploration/views/v1/views \ --header 'Authorization: <api-key>'
{ "views": [ { "id": 52, "name": "Logs view", "timeSelection": { "quickSelection": { "seconds": 3600, "caption": "Last Hour" } }, "filters": { "filters": [ { "name": "applicationName", "selectedValues": {} } ] }, "folderId": "3dc02998-0b50-4ea8-b68a-4779d716fa1f", "isCompactMode": true, "searchQuery": { "query": "<string>" } } ] }
Lists all company public views
API key authentication
Show child attributes
Was this page helpful?