# Get samples from CPU profiler **GET /v1/debug/cpu_profile** ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ### Query parameters - **shard** (integer(int64)) - **wait_ms** (integer(int64)) ## Responses ### 200 CPU profile #### Body: application/json (array[object]) - **shard_id** (integer(int64)) Shard from which the sample originated - **dropped_samples** (integer(int64)) Number of samples that had to be dropped due to space limitations - **samples** (array[object]) CPU profile samples ### 400 Invalid request #### Body: application/json (object) - **message** (string) - **code** (integer) [Powered by Bump.sh](https://bump.sh)