List products
Products
List products
Your studio’s full product catalog, drafts included, with public metadata and publish state.
GET
List products
Lists every non-archived product in the studio, including unpublished drafts, this is your own data, so nothing is hidden. Each item carries the public product shape plus owner-only publish-state fields.
Tier: Free, any studio key.
Request
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 0 | Zero-indexed page number. |
limit | integer | 20 | Items per page, max 100. |
status | string | all | all, published, or draft (anything not published). |
Response
| Field | Description |
|---|---|
items[] | Products sorted by last update, newest first. |
items[].status | Publish state (published, or the review/draft state), owner-only field. |
items[].isPublic / items[].isArchived | Visibility flags, owner-only fields. |
hasMore | true when another page exists. |