List Dead Letter Posts
list_dead_letterList posts that failed all retry attempts and were moved to the dead letter queue. Review and decide to requeue or discard them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return (default 50) | |
| status | No | Filter by status (default: dead) | |
| team_id | No | Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope. |