v2

latestOpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
Experiments

List experiments

List experiments a user has access to.

By default, lists every accessible experiment across all spaces the caller can read, including experiments that are not associated with a dataset.

To narrow the results, provide at most one of:

  • dataset_id — only experiments run on that dataset.
  • space_id — only experiments in that space (with or without a dataset).

Providing both dataset_id and space_id is a validation error.

<Note>This endpoint is in beta, read more here.</Note>

get/v2/experiments

Query parameters

dataset_idstring

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

Filter to a specific dataset (base64 identifier (base64))

space_idstring

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

Filter search results to a particular space ID

namestring

Case-insensitive substring filter on the resource name. Returns only resources whose name contains the given string. For example, name=prod matches "production", "my-prod-dataset", etc. If omitted, no name filtering is applied and all resources are returned.

limitinteger

Maximum items to return

cursorstring

Opaque pagination cursor returned from a previous response (pagination.next_cursor). Treat it as an unreadable token; do not attempt to parse or construct it.

Response

Returns a list of experiment objects