<!-- https://cutedyno.com/docs/mcp/tools/get_post_history -->

# Get post history

MCP tool `get_post_history`, calling `GET /v1/posts/{id}/history`.

Returns every state transition for a post. This is the fastest way to explain why something failed.

Read only: yes.

## Parameters

- `id` (string, required) — Post id.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.