Get an agent run timeline
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
id
Query parameters
after
limit
Response
A page of timeline events.
object
data
hasMore
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error