Returns a list of events emitted by the run.
cURL
curl --request GET \ --url http://localhost:8000/runs/{run_id}/events
{ "events": [ { "type": "<string>", "message": { "role": "user", "parts": [ "<any>" ], "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } } ] }
UUID of the run.
List of run events
Show child attributes