Read your recent posts
get_postsFetch your Threads posts newest first, returning numeric IDs and permalinks. Use these IDs with other tools to manage posts, since permalinks cannot be converted back.
Instructions
Your own Threads posts, newest first, with ids and permalinks. The numeric id on each result is what every other tool wants: Threads has no way to convert a permalink back into an id, so this is where ids come from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return, 1-100. | |
| since | No | ISO date or Unix timestamp to start from. | |
| until | No | ISO date or Unix timestamp to stop at. | |
| cursor | No | Continue from a previous page. Pass the `cursor` attribute from the last result. | |
| account | No | Which connected Threads profile to act as, by username (for example 'thenavidm'). Defaults to the first connected profile. Call list_accounts to see them. | |
| since_hours | No | Read back this many hours, paging as needed, rather than a fixed number of posts. |