# List event-level metadata for a session

**GET /v1/sessions/{sessionId}/events**



## Servers
- https://api.isnotai.com
- https://api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of EventListResponse

Response body (application/json):
- **data** (array[object])
  Array items:
  - **eventId** (string)
  - **messageId** (integer(int32))
  - **eventTypeName** (string)
  - **timestamp** (integer(int64))
  - **payloadSize** (integer(int32))
- **pagination** (object)
  - **nextCursor** (string)
  - **hasMore** (boolean)
  - **limit** (integer(int32))

### 400
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

### 404
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

