---
title: "Get test details"
method: GET
path: "/api/v1/test/details"
tags: ["Tests"]
---

# Get test details

`GET /api/v1/test/details`

Retrieve detailed information about a specific test

## Query parameters

- `projectId` integer, required
- `testId` integer, required

## Response `200`

Test details

- object
  - `data` 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
  - `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/revisions/f818f4b6fb31/schema)
