get_publication_details
Retrieve comprehensive analytics and statistics for a specific Beehiiv newsletter publication, including audience data and performance metrics.
Instructions
Get detailed information about a specific publication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publication_id | Yes | The ID of the publication |
Input Schema (JSON Schema)
{
"properties": {
"publication_id": {
"description": "The ID of the publication",
"type": "string"
}
},
"required": [
"publication_id"
],
"type": "object"
}