get_postread onlyGet a post
Returns one post with its content, media, target accounts, and per-account publish results.
- Category
- Posts
- Calls
- GET/v1/posts/{id}
- 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",
"arguments": {
"id": "a1b2c3d4-0000-4000-8000-000000000000"
}
}