---
title: "Get Trial Details"
method: GET
path: "/trials/{trial_id}"
tags: ["Trials"]
---

# Get Trial Details

`GET /trials/{trial_id}`

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

## Path parameters

- `trial_id` string, uuid, required

## Response `200`

Details of the specified trial.

- ProjectResponse
  - `id` string, uuid, required — Unique identifier for the project/trial.
  - `name` string, required — Name of the project/trial.
  - `description` string, nullable — Optional description of the project/trial.
  - `external_id` string, nullable — Optional external identifier for the project/trial.
  - `organization_id` string, uuid, required — Identifier of the organization this project/trial belongs to.
  - `created_by` string, uuid, required — Identifier of the user who created the project/trial.
  - `created_at` string, date-time, required — Timestamp of when the project/trial was created.
  - `updated_at` string, date-time, nullable — Timestamp of when the project/trial was last updated.
  - `is_active` boolean, required — Indicates if the project/trial is currently active.
  - `is_archived` boolean, required — Indicates if the project/trial is archived.
  - `instructions` string, nullable — Optional instructions for the project/trial.
  - `start_date` string, date-time, nullable — Optional start date of the project/trial.

## Other responses

- `401` — Unauthorized (Invalid or missing token).
- `403` — Forbidden (Client not associated with an organization or trial not accessible).
- `404` — Trial not found or not accessible.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/newleaf-ai/apis/external-api.md) · [All operations](https://skmtc.dev/newleaf-ai/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newleaf-ai/external-api/revisions/e648f609ff4a/schema)
