Authorizations
API key authentication
Response
200 - application/json
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders \
--header 'Authorization: <api-key>'{
"folders": [
{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}
]
}List view’s folders
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders \
--header 'Authorization: <api-key>'{
"folders": [
{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}
]
}API key authentication
Show child attributes
Was this page helpful?