Skip to main content
GET
List samples

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

scope
enum<string>
default:mine
Available options:
mine,
public,
all
limit
integer
default:48
Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned as nextCursor; not bound to page size.

Minimum string length: 1
tag
string

Exact tag filter, normalized by trimming and lowercasing. Control characters and commas are rejected.

Required string length: 1 - 50
Pattern: ^[^,\u0000-\u001F\u007F]+$

Response

A scoped sample page

items
object[]
required
nextCursor
string | null
required

Opaque cursor for the next item, or null when exhausted.