Skip to main content
Get dashboard catalog
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/catalog \
  --header 'Authorization: <api-key>'
{
  "items": [
    {
      "authorId": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "folder": {
        "id": "<string>",
        "name": "<string>",
        "parentId": "<string>"
      },
      "id": "6U1Q8Hpa263Se8PkRKaiE",
      "isDefault": true,
      "isLocked": true,
      "isPinned": true,
      "lockerAuthorId": "<string>",
      "name": "<string>",
      "slugName": "<string>",
      "updateTime": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

items
Dashboard catalog item data structure · object[]