---
title: "List Trajectories"
method: GET
path: "/api/trajectories"
tags: ["trajectories"]
---

# List Trajectories

`GET /api/trajectories`

## Query parameters

- `owner` string, nullable — filter to a specific owner; mentor-only
- `lab_id` string, nullable — filter to a specific lab
- `limit` integer
- `include_archived` integer — include archived (locally-deleted) sessions
- `shared_only` integer — only visibility='lab' rows (the team's shared wall)

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
