# Get status of debug bundle collection **GET /v1/debug/bundle** Get the status of a debug bundle collection process. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ## Responses ### 200 Successfully retrieved the status of the debug bundle collection. #### Body: application/json (object) - **job_id** (string) UUID of the current debug bundle job. - **status** (string) Status of the debug bundle process. - **created** (string(int64)) Timestamp of when the debug bundle process started. - **filename** (string) The name of the output file if the process succeeded. - **stdout** (array[string]) Output from the stdout stream of the process. - **stderr** (array[string]) Output from the stderr stream of the process. ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 403 Forbidden #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 409 Conflict #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. [Powered by Bump.sh](https://bump.sh)