get_post_historyread onlyGet post history
Returns every state transition for a post. This is the fastest way to explain why something failed.
- Category
- Posts
- Calls
- GET/v1/posts/{id}/history
- Safe to auto-approve
- Yes. It only reads data.
Parameters
idstringrequiredPost id.
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "get_post_history",
"arguments": {
"id": "a1b2c3d4-0000-4000-8000-000000000000"
}
}