List Case Run Recent Messages
listCaseRunRecentMessagesReturn the latest qualifying messages (assistant text + tool calls) for a Run on a case, newest last. Used to populate the live body of an active Run card in the case Activity timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of qualifying messages to return. Defaults to 3, must be between 1 and 10. | |
| run_id | Yes | The agent run's unique identifier | |
| case_id | Yes | The case's unique identifier |