v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Cases

List Case Run Recent Messages

Return 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.

get/v2/cases/{case_id}/runs/{run_id}/recent-messages

Path parameters

case_idstring uuid required

The case's unique identifier

run_idstring uuid required

The agent run's unique identifier

Query parameters

limitinteger

Maximum number of qualifying messages to return. Defaults to 3, must be between 1 and 10.

Response

Default Response