List Run Messages
Returns a paginated list of messages produced by a run, in chronological order, with the oldest messages first.
Messages conform to the AI SDK UIMessage format.
Authorizations
Your Browserbase API Key.
Path Parameters
The run ID.
Query Parameters
The id of the last message you've already received. The response will contain messages produced after that one, in chronological order. Omit on the first call. Pass the previous response's nextSince value to continue paging or to poll for new messages.
Maximum number of messages to return.
1 <= x <= 100Return every message after since in one response, ignoring limit.
Response
The page of messages, in chronological order, with the oldest messages first.
The page of messages, in chronological order, with the oldest messages first.
The id of the last message in data. Pass it back as since on the next request to continue paging, or to poll for new messages. null only when the run has no messages yet; in that case, omit since and retry.