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

#### URL Expired

The URL for this request expired after 30 days.

### Profile

- **profile**  
  Type: string  
  Enum: required  
  Description: Name of the profile to retrieve

- **accept**  
  Type: string  
  Enum: Defaults to application/json  
  Description: Generated from available response content types

### Allowed:

- `application/json`  
- `application/octet-stream`

### Response Codes

- `200`      Successful operation  
- `404`      Resource not found  
- `500`      Internal server error

### Base URL

https://localhost:8080/management/profiling/debug/pprof/{profile}

### Curl Example

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