Skip to main content
GET
List Activity

Overview

Reverse-chronological feed of issue events and Norm session events. Each entry is either entry_kind: "issue" (status changes, attachments, flags, comments, etc.) or entry_kind: "agent" (Norm session events with optional artifacts).

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the issue.

Query Parameters

integer
default:"50"
Number of entries to return. Minimum 1, maximum 100.
string
Opaque cursor returned as next_cursor from a previous page.

Response

array
Mixed array of IssueTimelineEntry and AgentTimelineEntry objects.
string | null
Cursor for the next page, or null.
null | array
null on success. Returns 404 if the issue does not exist.

Docs for agents: llms.txt