---
title: "Get Auto Triggered Sessions"
method: GET
path: "/sessions/auto_trigger"
---

# Get Auto Triggered Sessions

`GET /sessions/auto_trigger`

Get auto-triggered sessions for the user from the last 5 days.

## Response `200`

Successful Response

- GetAutoTriggeredSessionsResponse — Response model for getting auto-triggered sessions.
  - `sessions` CompletedSessionWithContext[], required
    - `session_id` string, required — Unique session identifier (UUID)
    - `session_title` string, nullable — User-provided session name from session_title field. Null if user hasn't renamed the session.
    - `user_email` string, nullable — Email address of the user who created the session. None if the session has no associated user.
    - `session_start_timestamp` string, required — Session creation timestamp in ISO 8601 format
    - `incident_description` string, nullable — Description of the incident.
    - `trigger_type` string, nullable — Trigger type of the session.
    - `services_context` ServiceContext[] — Services context of the session.
      - `id` string, required
      - `name` string, required
      - `description` string, nullable
    - `context_items` APIApiSchemaContextItemsContextItem[] — Context items of the session.
      - `id` string, required
      - `organization_id` string, required
      - `context_item_name` 'central_id' | 'function' | 'application' | 'service' | 'team' | 'url_endpoint' | 'correlation_id' | 'topology_node' | 'account' | 'storage' | 'environment' | 'cluster' | 'snow_alert' | 'snow_incident' | 'snow_problem' | 'snow_change_request' | 'customer_journey' | 'domain' | 'mim_id' | 'monitor_id', required — Enum for context item names.
      - `value` string, required
      - `metadata` object, required
    - `finding_summary` string — Summary from first assistant message
    - `parent_session_id` string, nullable — ID of the parent session if this is a child session in a hierarchy
    - `child_session_ids` string[] — List of child session IDs if this session has children

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
