Skip to main content
GET
List Flags

Overview

Returns the flags filed on this issue. Same shape as Add Flag.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the issue.

Query Parameters

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

Response

array
Array of flags. See Add Flag for the field list.
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