Get an agent run timeline

View as Markdown

Returns the durable event history in order. Use the last event id as after to fetch the next page. Events caused by someone identifiable carry an actor (member, agent, api_key, automation, embed or external); an embed-token actor has no name.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired>=1 character

Query parameters

afterstringOptional>=1 character
limitintegerOptional1-200Defaults to 50

Response

A page of timeline events.
object"list"
datalist of objects
hasMoreboolean

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error