---
title: "List Sessions"
method: GET
path: "/stream/sessions"
tags: ["Stream"]
---

# List Sessions

`GET /stream/sessions`

List active stream sessions visible to the authenticated principal.

If ``source_artifact_id`` is provided, the caller must have read access
to that artifact and only its sessions are returned.  Without a filter
all sessions where the caller has read access to the source are returned.

## Query parameters

- `source_artifact_id` string, nullable — Filter to a specific source artifact

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/revisions/187bad270c94/schema)
