Skip to main content
GET
List run events

Authorizations

Authorization
string
header
required

An Egma API key.

Path Parameters

runId
string
required

Run ID returned by Create a run or List runs.

Minimum string length: 1
Example:

"run_01M0E4J0BBE1FVDVTZ1BSS5C97"

Query Parameters

projectId
string

Project to act in. A project-scoped API key already identifies its project.

Minimum string length: 1
after
integer

Return events with a sequence greater than this value. Use zero or omit it for the first page; use the previous response's next value to continue.

Example:

0

Response

The run events after the requested sequence.

events
object[]
required
next
integer
required

Cursor to send as after on the next request. An empty page returns the same cursor.

caughtUp
boolean
required

This page includes all execution events available when it was read. More events or grades may arrive later.

done
boolean
required

Execution finished, no execution events remain in the backlog, and every gradable simulation has complete or errored grading. Inspect individual grades to decide whether the run meets your requirements.