get_app_endpoints
Retrieve all endpoints for an application with aggregated performance metrics including throughput, latency, and error rates within a specified time window. Identify high-traffic or problematic endpoints for further analysis.
Instructions
Get all endpoints for a specific application. Also gets aggregated performance
metrics withing the window of "from_" to "to". Useful for identifying high
throughput, high latency or high error rate endpoints accross the application with a
single call.
These endpoints can be used in other tools to fetch endpoint-specific metrics,
traces or errors.
Args:
app_id (int): The ID of the Scout APM application.
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 | ||
| from_ | Yes | ||
| to | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |