Get ping body
healthchecksio_get_ping_bodyGet the logged request body of a single ping, returned as PLAIN TEXT (verbatim, not JSON). Healthchecks: GET /checks/{uuid}/pings/{n}/body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | The ping's sequence number (the `n` field from list_pings). | |
| uuid | Yes | The check's UUID. |