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.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

experiment_id
string<uuid>
required

Query Parameters

page
integer
default:1
Required range: x >= 1
page_size
integer
default:50
Required range: 1 <= x <= 100
include_file_urls
boolean
default:false

Include signed file URLs (slower).

include_hf_text_content
boolean
default:false

Include materialized Hugging Face text content for text samples.

anchor_value
string | null
query
string | null
sort_by
string | null
sort_dir
string | null

Response

Successful Response

List of samples.

page
integer
required
page_size
integer
required
samples
SampleResponse · object[]
required
total
integer
required