---
title: "Get parent suites for a test"
method: GET
path: "/api/v2/synthetics/tests/{public_id}/parent-suites"
tags: ["Synthetics"]
---

# Get parent suites for a test

`GET /api/v2/synthetics/tests/{public_id}/parent-suites`

Get the list of parent suites and their status for a given Synthetic test.

## Path parameters

- `public_id` string, required

## Response `200`

OK

- SyntheticsTestParentSuitesResponse — Response containing the list of parent suites for a Synthetic test.
  - `data` SyntheticsTestParentSuiteData[] — List of parent suites for the given test.
    - `attributes` SyntheticsTestParentSuiteAttributes — Object containing details about a parent suite of a Synthetic test.
      - `child_name` string — The name of the child test within the suite.
      - `child_public_id` string — The public ID of the child test within the suite.
      - `monitor_id` integer — The associated monitor ID.
      - `name` string — Name of the parent suite.
      - `overall_state` integer — The overall state of the parent suite.
      - `overall_state_modified` string — Timestamp of when the overall state was last modified.
      - `public_id` string — The public ID of the parent suite.
    - `id` string — The public ID of the parent suite.
    - `type` 'parent_suite' — Type of the parent suite resource.

## Other responses

- `404` — API error response.
- `429` — Too many requests

---

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