---
title: "Extracts the endpoints from the given performance run"
method: GET
path: "/performanceTestRun/{performance_test_run_id}/endpoints"
tags: ["TestRun"]
---

# Extracts the endpoints from the given performance run

`GET /performanceTestRun/{performance_test_run_id}/endpoints`

Parses all functional tests associated with this performance run, and extracts the unique endpoints

## Path parameters

- `performance_test_run_id` string, required

## Response `200`

The performance test run endpoints

- PerformanceRunEndpoints — Container object for endpoints
  - `endpoints` PerformanceRunEndpoint[]
    - `method` string, required — The HTTP method/verb, e.g. GET, POST, PUT, etc.
    - `pathExpression` string, required — Expression representing the path associated with this endpoint, e.g. /users, /workspace/* /plans/*

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `404` — Performance test run not found
- `default` — Unknown error

---

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