v2

latestOpenAPI 3.0.0raw.githubusercontent.com2025-05-154614.1 KB
Trials

Get Trials

Retrieve a list of trials associated with your organization. Requires a valid Bearer token.

get/trials/

Query parameters

activeboolean

Filter by active status.

archivedboolean

Filter by archived status. If not provided, defaults to False (unarchived trials are returned).

Response

A list of trials.

idstring uuid required

Unique identifier for the project/trial.

namestring required

Name of the project/trial.

descriptionstring nullable

Optional description of the project/trial.

external_idstring nullable

Optional external identifier for the project/trial.

organization_idstring uuid required

Identifier of the organization this project/trial belongs to.

created_bystring uuid required

Identifier of the user who created the project/trial.

created_atstring date-time required

Timestamp of when the project/trial was created.

updated_atstring date-time nullable

Timestamp of when the project/trial was last updated.

is_activeboolean required

Indicates if the project/trial is currently active.

is_archivedboolean required

Indicates if the project/trial is archived.

instructionsstring nullable

Optional instructions for the project/trial.

start_datestring date-time nullable

Optional start date of the project/trial.