---
title: "Get session requests"
method: GET
path: "/session/{sessionID}/request"
---

# Get session requests

`GET /session/{sessionID}/request`

Retrieve the list of normalized HTTP requests tracked for a specific session.

## Path parameters

- `sessionID` string, required

## Query parameters

- `directory` string

## Response `200`

Request list

- Request[]
  - `id` string, required
  - `session_id` string, required
  - `credential_id` string
  - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS', required
  - `normalized_path` string, required
  - `raw_request` string
  - `body_hash` string
  - `query_hash` string
  - `status` 'queued' | 'processing' | 'processed', required
  - `trigger_element` string
  - `element_roles` string[]
  - `ui_context` object
  - `page_url` string
  - `page_visited_by` string[]
  - `scheme` 'http' | 'https'
  - `host` string
  - `port` number
  - `origin` string
  - `site` string
  - `canonical_path` string
  - `template_id` string
  - `norm_source` 'tier1' | 'tier2' | 'tier3' | 'failed'
  - `protocol` string
  - `operation` string
  - `op_key_hash` string
  - `key_hash` string
  - `response_status` number
  - `response_headers` object
  - `response_content_type` string
  - `response_size` number
  - `processed_response` string
  - `time` object, required
    - `created` number, required
    - `updated` number, required

## Other responses

- `400` — Bad request
- `404` — Not found

## Changes

- **2026-06-29** `e7837fb0de8f` — 4 info
  - added the optional property `items/key_hash` to the response with the `200` status
  - added the optional property `items/op_key_hash` to the response with the `200` status
  - added the optional property `items/operation` to the response with the `200` status
  - added the optional property `items/protocol` to the response with the `200` status
- **2026-04-29** `ba1ceff8b2ff` — 13 info
  - added the optional property `items/canonical_path` to the response with the `200` status
  - added the optional property `items/element_roles` to the response with the `200` status
  - added the optional property `items/host` to the response with the `200` status
  - added the optional property `items/norm_source` to the response with the `200` status
  - …9 more
- **2026-04-29** `3e3822f627bd` — 13 warning
  - removed the optional property `items/canonical_path` from the response with the `200` status
  - removed the optional property `items/element_roles` from the response with the `200` status
  - removed the optional property `items/host` from the response with the `200` status
  - removed the optional property `items/norm_source` from the response with the `200` status
  - …9 more
- …earlier changes not shown

[Full history](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/changes/session/:sessionID/request/get.md)

---

[API](https://skmtc.dev/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/revisions/4e11f1aed2fd/schema)
