| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

#### Response Content Types

- Allowed:
  - `application/json`
  - `application/octet-stream`

# Response Codes

- ``200      Successful operation``
- ``500      Internal server error``

---

#### Base URL

`https://localhost:8080/management/profiling/debug/fgprof`

```bash
curl --request GET \
     --url https://localhost:8080/management/profiling/debug/fgprof \
     --header 'accept: application/json'
```

---
