Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Query Parameters

limit
integer
default:10

The number of items to return

Required range: 1 <= x <= 100
offset
integer
default:0

How many items to skip (use in conjunction with limit for pagination)

Required range: x >= 0
projectId
string

Filter by project id

datasourceId
string

Filter by Data Source

trackingKey
string

Filter by experiment tracking key

experimentId
string
deprecated

Filter the returned list by the experiment tracking key (not the internal experiment ID). Note, this was deprecated to help reduce confusion, consider using trackingKey instead, which is functionally identical. You cannot use both params at the same time.

status
enum<string>
Available options:
draft,
running,
stopped

Response

200 - application/json

Successful response

experiments
object[]
required
limit
integer
required
offset
integer
required
count
integer
required
total
integer
required
hasMore
boolean
required
nextOffset
integer | null
required