---
title: "Get associated app component (collection of azure resources) for the given test."
method: GET
path: "/tests/{testId}/app-components"
tags: ["Test"]
---

# Get associated app component (collection of azure resources) for the given test.

`GET /tests/{testId}/app-components`

Get associated app component (collection of azure resources) for the given test.

## Path parameters

- `testId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- TestAppComponents — Test app components
  - `components` object, required — Azure resource collection { resource id (fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }
  - `testId` string — Test identifier
  - `createdDateTime` string, date-time — The creation datetime(RFC 3339 literal format).
  - `createdBy` string — The user that created.
  - `lastModifiedDateTime` string, date-time — The last Modified datetime(RFC 3339 literal format).
  - `lastModifiedBy` string — The user that last modified.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/azure/apis/loadtestservice-loadtesting.md) · [All operations](https://skmtc.dev/azure/apis/loadtestservice-loadtesting/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/loadtestservice-loadtesting/revisions/a39805b6167f/schema)
