v2

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

Get Trial Details

Retrieve details for a specific trial. Requires a valid Bearer token.

get/trials/{trial_id}

Path parameters

trial_idstring uuid required

The UUID of the trial to retrieve.

Response

Details of the specified trial.

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.