Skip to main content
GET
List Skill Cards

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Path Parameters

hub_id
string
required

Query Parameters

q
string | null
cursor
string | null
limit
integer
default:20
Required range: 1 <= x <= 200

Response

Successful Response

One page of skill cards.

cards
SkillCard · object[]
required

The cards on this page.

next_cursor
string | null

The opaque cursor fetching the following page, or None when this is the last one.