---
title: JqlRequestOptions
seo:
  title: JqlRequestOptions — TypeScript SDK
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `limit?` | `number \| undefined` | - | |
| `traceIds?` | `string[] \| undefined` | - | Narrow the query directly to these traces. Mutually exclusive with sessionIds. |
| `sessionIds?` | `string[] \| undefined` | - | Narrow the query to traces resolved from these sessions. |
| `signal?` | `AbortSignal \| undefined` | - | |
