---
title: "[Beta] Get Insights Jobs"
method: GET
path: "/api/v1/sessions/{session_id}/insights"
tags: ["tracer-sessions"]
---

# [Beta] Get Insights Jobs

`GET /api/v1/sessions/{session_id}/insights`

Get all clusters for a session.

## Path parameters

- `session_id` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer
- `config_id` string, uuid, nullable
- `legacy` boolean, nullable

## Response `200`

Successful Response

- GetRunClusteringJobsResponse — Response to get all cluster jobs for a session.
  - `clustering_jobs` RunClusteringJobPydantic[], required
    - `id` string, uuid, required
    - `name` string, required
    - `status` string, required
    - `start_time` string, date-time, nullable
    - `end_time` string, date-time, nullable
    - `created_at` string, date-time, required
    - `metadata` object, nullable
    - `shape` object, nullable
    - `error` string, nullable
    - `config_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
