list_posts
Retrieve all posts for a specific Beehiiv publication using the publication ID. This tool integrates with the Beehiiv API v2 to provide access to post data for analysis or management purposes.
Instructions
List all posts for a given publication.
Args:
publication_id: e.g. 'pub_00000000-0000-0000-0000-000000000000'
Input Schema
Name | Required | Description | Default |
---|---|---|---|
publication_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"publication_id": {
"title": "Publication Id",
"type": "string"
}
},
"required": [
"publication_id"
],
"title": "list_postsArguments",
"type": "object"
}