---
title: "Query Xray Tests"
method: GET
path: "/integrations/{integration_id}/xray/tests"
tags: ["XrayProxy"]
---

# Query Xray Tests

`GET /integrations/{integration_id}/xray/tests`

Queries Xray Tests for a specific project.

## Path parameters

- `integration_id` string, required

## Query parameters

- `search` string
- `limit` integer
- `cursor` string

## Response `200`

Xray tests query results

- XrayTestQueryResult
  - `total` integer — The total number of entities
  - `start` integer — Page offset
  - `limit` integer — The maximum amount of entities returned

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Entity not found
- `default` — Unknown error

---

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