---
title: "List test profiles."
method: GET
path: "/test-profiles"
tags: ["TestProfile"]
---

# List test profiles.

`GET /test-profiles`

Get all test profiles for the given filters.

## Query parameters

- `api-version` string, required
- `maxpagesize` integer
- `lastModifiedStartTime` string, date-time
- `lastModifiedEndTime` string, date-time
- `testProfileIds` string[]
- `testIds` string[]

## Response `200`

The request has succeeded.

- PagedTestProfile — Paged collection of TestProfile items
  - `value` TestProfile[], required — The TestProfile items on this page
    - `testProfileId` string, required — Unique identifier for the test profile, must contain only lower-case alphabetic, numeric, underscore or hyphen characters.
    - `displayName` string — Display name of the test profile.
    - `description` string — Description for the test profile.
    - `testId` string — Associated test ID for the test profile. This property is required for creating a Test Profile and it's not allowed to be updated.
    - `targetResourceId` string, arm-id — Target resource ID on which the test profile is created. This property is required for creating a Test Profile and it's not allowed to be updated.
    - `targetResourceConfigurations` TargetResourceConfigurations — Configurations of a target resource. This varies with the kind of resource.
      - `kind` 'FunctionsFlexConsumption', required — Kind of the resource on which test profile is created.
    - `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.
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (2022-11-01) `778cfdeae65d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/loadtestservice-loadtesting/changes/test-profiles/get.md)

---

[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/b15721d91722/schema)
