GET
/v1/debug/bundle
curl \
--request GET 'http://localhost:9644/v1/debug/bundle'
Response examples (200)
{
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "running",
"created": "string",
"filename": "string",
"stdout": [
"string"
],
"stderr": [
"string"
]
}
Response examples (401)
{
"code": 42,
"message": "string"
}
Response examples (403)
{
"code": 42,
"message": "string"
}
Response examples (409)
{
"code": 42,
"message": "string"
}