get_timeline_markdown
Retrieve a complete Markdown timeline of messages, webhook events, and Stripe events in chronological order to verify test results. Optionally filter by app, channel, or test ID.
Instructions
FULL TIMELINE as Markdown: messages + webhook_events + stripe_events in chronological order. Call this first when verifying a test result; use get_message_detail only for a single event's detail. With app, only that app's events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| limit | No | ||
| since | No | ||
| test_id | No | ||
| channels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |