---
title: "List event-sourced verifier sessions"
method: GET
path: "/api/oid4vp/v1/testing/instances/{instanceId}/sessions"
tags: ["Testing"]
---

# List event-sourced verifier sessions

`GET /api/oid4vp/v1/testing/instances/{instanceId}/sessions`

## Path parameters

- `instanceId` string, required

## Query parameters

- `cursor` string
- `limit` integer
- `state` string
- `templateId` string
- `createdFrom` string, date-time
- `createdTo` string, date-time

## Response `200`

Current verifier session projections.

- VerifierTestingSessionPage
  - `items` VerifierTestingSessionSummary[], required
    - `id` string, required
    - `state` string, nullable, required
    - `createdAt` string, date-time, required
    - `templateId` string, nullable
    - `updatedAt` string, date-time, nullable
  - `nextCursor` string, nullable, required

## Other responses

- `400` — A cursor or session filter is malformed or inconsistent.
- `401` — Missing or invalid bearer credentials.
- `404` — Testing console or instance not found.

## Changes

- **2026-07-17** `adc83292e12f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sphereon-opensource/apis/oid4vp-verifier-integration-api/changes/api/oid4vp/v1/testing/instances/:instanceId/sessions/get.md)

---

[API](https://skmtc.dev/sphereon-opensource/apis/oid4vp-verifier-integration-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/oid4vp-verifier-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/oid4vp-verifier-integration-api/revisions/adc83292e12f/schema)
