Skip to main content
GET
List topics created by a user

Authorizations

Authorization
string
header
required

Personal API key issued per SeeSaw user account: Authorization: Bearer sspat_…. Manage keys on the app API (/v1/users/me/api-keys). Revocation propagates within ~60 seconds (validation cache window).

Path Parameters

handle
string
required

The user's handle, without the @ prefix (a leading @ is tolerated).

Query Parameters

type
enum<string>
default:prediction
Available options:
prediction,
poll
cursor
string

Opaque pagination cursor from a previous response's next_cursor.

limit
integer
default:20

Page size (max 100).

Required range: 1 <= x <= 100

Response

The user's created topics

Uniform list shape. next_cursor is null on the last page.

data
object[]
required
next_cursor
string | null
required
has_more
boolean
required
hidden
boolean
required

True when the empty data is a privacy gate, not an empty list.