Get backlinks for a specific post
esa_get_post_backlinksRetrieve a paginated list of posts that link back to a specific post, excluding archived and work-in-progress posts, ordered by newest references first.
Instructions
Retrieves a paginated list of posts that reference (link back to) the specified post. Archived posts and WIP posts are excluded. Results are ordered by backlink registration date (newest references first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts from 1) | |
| perPage | No | Number of items per page | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| postNumber | Yes | The post number to get backlinks for |