---
title: "Get Session"
method: GET
path: "/felix/synthesis-log/session/{session_id}"
tags: ["felix", "synthesis-log"]
---

# Get Session

`GET /felix/synthesis-log/session/{session_id}`

Get all log entries for a synthesis session.

Args:
    session_id: UUID of the synthesis session.
    auth: Authentication result.

Returns:
    All entries for the session in chronological order.

Raises:
    HTTPException: If the query fails.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- SynthesisLogSessionResponse — Response containing all entries for a synthesis session.
  - `session_id` string, required
  - `entries` SynthesisLogEntry[], required
    - `id` string, required
    - `user_id` string, required
    - `dataset_id` string, nullable
    - `project_id` string, nullable
    - `session_id` string, required
    - `entry_type` 'prompt' | 'seed_generation' | 'seed_feedback' | 'prompt_update' | 'expansion' | 'finalization', required
    - `content` object, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/versions/31dfe831e079/schema)
