{
  "id": "debuginfo",
  "title": "Debug info requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/debuginfo/",
  "summary": "Debug info requests",
  "content": "\n\nThese REST API paths are deprecated as of Redis Enterprise Software version 7.4.2. Use the new paths [`/v1/cluster/debuginfo`](), [`/v1/nodes/debuginfo`](), and [`/v1/bdbs/debuginfo`]() instead.\n\n\nDownloads a support package, which includes logs and information about the cluster, nodes, databases, and shards, as a tar file called `filename.tar.gz`. Extract the files from the tar file to access the debug info.\n\n## Get debug info for all nodes in the cluster\n\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET]() | `/v1/debuginfo/all` | Gets debug info for all nodes |\n| [GET]() | `/v1/debuginfo/all/bdb/{bdb_uid}` | Gets debug info for a database from all nodes |\n\n## Get debug info for the current node\n\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET]() | `/v1/debuginfo/node` | Gets debug info for the current node |\n| [GET]() | `/v1/debuginfo/node/bdb/{bdb_uid}` | Gets debug info for a database from the current node |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "children": [{"id":"all","summary":"Documents the Redis Enterprise Software REST API debuginfo/all requests.","title":"All nodes debug info requests","url":"https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/debuginfo/all/"},{"id":"node","summary":"Documents the Redis Enterprise Software REST API debuginfo/node requests.","title":"Current node debug info requests","url":"https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/debuginfo/node/"}]
}

