Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/folders/{folder_id} \
--header 'Authorization: <api-key>'{
"folder": {
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
}
}Returns a dashboard folder data.
Requires the following permissions:
team-dashboards:Readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/folders/{folder_id} \
--header 'Authorization: <api-key>'{
"folder": {
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
}
}API key authentication
Show child attributes
Was this page helpful?