Skip to main content
GET
/
runs
/
{run_id}
/
events
List run events
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"
      }
    }
  ]
}

Path Parameters

run_id
string<uuid>
required

UUID of the run.

Response

List of run events

events
object[]
required
  • Option 1
  • Option 2
  • Option 3
  • Option 4
  • Option 5
  • Option 6
  • Option 7
  • Option 8
  • Option 9
  • Option 10
  • Option 11
I