get_post_details
Fetch a Haraj classified post by ID and retrieve related content: similar posts by tag/city, similar images, and related offers. Use as canonical post lookup when no direct getById exists.
Instructions
Fetch a post + 3 related groups (similar posts in the same tag/city, similar images, related offers). This is the canonical 'fetch by id' — there is no direct getById operation in the GraphQL API. Required: post_id. full (default true = full similarPosts response).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| post_id | Yes |