Skip to main content
GET
List experiments

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Query Parameters

skip
integer
default:0

Number of items to skip before starting to collect the result set.

Required range: 0 <= x <= 9007199254740991
Example:

0

limit
integer

Number of items to include in the result set.

Required range: 1 <= x <= 100
Example:

25

orderBy
enum<string>
default:createdAt

Field to order the result set by.

Available options:
createdAt,
modifiedAt,
title,
status,
assignee,
id
Example:

"createdAt"

orderDir
enum<string>
default:desc

Order direction.

Available options:
asc,
desc
Example:

"desc"

status
enum<string>

Filter by experiment status

Available options:
DRAFT,
BASELINE_PENDING,
BASELINE_RUNNING,
BASELINE_COMPLETED,
BASELINE_FAILED,
VARIANT_RUNNING,
IDLE,
COMPLETED,
ARCHIVED
Example:

"DRAFT"

excludeStatus
enum<string>

Exclude experiments with this status

Available options:
DRAFT,
BASELINE_PENDING,
BASELINE_RUNNING,
BASELINE_COMPLETED,
BASELINE_FAILED,
VARIANT_RUNNING,
IDLE,
COMPLETED,
ARCHIVED
Example:

"ARCHIVED"

Response

Successfully retrieved experiments

Paginated response containing experiments

data
object[]
required
pagination
PaginationResponse · object
required

Pagination metadata returned in a paginated response.