curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/dashboards/dashboards/v1/folders \
--header 'Authorization: <api-key>'{
"folder": [
{
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
}
]
}List all dashboard folders accessible.
Requires the following permissions:
team-dashboards:Readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/dashboards/dashboards/v1/folders \
--header 'Authorization: <api-key>'{
"folder": [
{
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?