List Thread events
API Reference
List Thread events
Returns the latest public event log entries for this Thread in chronological order. This is the stable public log for CLI and API consumers; it does not expose raw runtime payloads, transcript, diagnostics, or streaming.
GET
List Thread events
Authorizations
Use Authorization: Bearer grt_pat_... for Human PAT calls or an Organization Service token for machine calls.
Path Parameters
Thread ID returned by create thread.
Pattern:
^[0-9A-HJKMNP-TV-Z]{26}$Query Parameters
Maximum number of latest Thread events to return.
Required range:
1 <= x <= 1000