---
title: "Get the performance of the external data component"
method: GET
path: "/builder/externaldatacomponent/{externalDataComponentId}/performance"
tags: ["Builder external data component"]
---

# Get the performance of the external data component

`GET /builder/externaldatacomponent/{externalDataComponentId}/performance`

## Path parameters

- `externalDataComponentId` integer, required

## Response `200`

OK

- PersonalMerchandisingExternalDataComponentPerformanceApiModel
  - `PersonalMerchandisingExternalDataComponentId` integer — Id of the component
  - `AverageDurationInMs` integer — Average duration the external data component request takes
  - `TimeRangeInDays` integer — Time range the average duration is calculated over
  - `TotalRequests` integer — Total number of requests made in the time range
  - `TimedOutRequests` integer — Number of requests that timed out in the time range

## Other responses

- `404` — External data component does not exist

---

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