---
title: "Get all tests"
method: GET
path: "/api/v1/project/tests"
tags: ["Tests"]
---

# Get all tests

`GET /api/v1/project/tests`

Retrieve a paginated and filtered list of tests for a project

## Query parameters

- `projectId` integer, required
- `page` integer
- `pageSize` integer
- `textSearch` string
- `priority` string
- `status` string
- `squad` string
- `label` string
- `platform` string
- `section` string

## Response `200`

List of tests

- object
  - `data` object
    - `tests` Test[]
      - `testId` integer — Unique test identifier
      - `title` string — Test case title
      - `description` string, nullable — Test case description
      - `sectionId` integer, nullable — Section ID
      - `projectId` integer — Project ID
      - `squadId` integer, nullable — Squad ID
      - `preConditions` string, nullable — Test preconditions
      - `steps` string, nullable — Test execution steps
      - `expectedResult` string, nullable — Expected test result
      - `priorityId` integer — Priority ID (required)
      - `typeId` integer, nullable — Test type ID
      - `automationStatusId` integer — Automation status ID (required)
      - `testCoveredById` integer, nullable — Test coverage type ID
      - `platformId` integer, nullable — Platform ID
      - `labelIds` integer[] — Array of label IDs
      - `jiraTicket` string, nullable — Associated Jira ticket
      - `defects` string, nullable — Known defects
      - `automationId` string, nullable — Automation test ID
      - `additionalGroups` string, nullable — Additional test groups
    - `totalCount` integer
  - `status` integer

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
