get_endpoint_metrics
Retrieve a single timeseries metric, such as response time or throughput, for a specific application endpoint over a given time range.
Instructions
Get a single timeseries metric for a specific endpoint in an application.
Args:
app_id (int): The ID of the Scout APM application.
endpoint (str): The endpoint path (e.g., "/users", "/orders").
metric (str): The metric to retrieve (e.g., "response_time", "throughput").
from_ (str): The start datetime in ISO 8601 format.
to (str): The end datetime in ISO 8601 format.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| endpoint | Yes | ||
| metric | Yes | ||
| from_ | Yes | ||
| to | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||