get_app_jobs
Retrieve all background jobs for an application along with aggregated performance metrics to identify high throughput, latency, or error rate jobs within a specified time range.
Instructions
Get all background jobs for a specific application. Also gets aggregated performance
metrics within the window of "from_" to "to". Useful for identifying high
throughput, high latency or high error rate jobs across the application with a
single call.
Each job includes: full_name, name, queue, job_id, throughput, execution_time,
time_consumed, latency.
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 |