> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thepublive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Posts by Author

> [DEPRECATED] Fetch posts by author ID

<Warning>
  **Deprecated:** Use `/posts/?contributors.id__eq={author_id}` instead. See [Post Listing](/dxp/api-reference/content-delivery/post-listing).
</Warning>

`GET` `https://cds.thepublive.com/publisher/{publisher_id}/posts_by_author/{author_id}/`

Returns posts written by a specific author.

#### Migration

```bash theme={null}
# Old (deprecated)
GET /posts_by_author/1/

# New (recommended)
GET /posts/?contributors.id__eq=1
```
