List conversation posts
missive_list_conversation_postsList posts (integration/app-generated items) on a conversation. Missive: GET /conversations/{id}/posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id (a UUID-like string). | |
| limit | No | Max records to return. | |
| until | No | Unix timestamp cursor — return records older than this (offset-less pagination). |