bc-monitoring-read-reports-api

Retrieve monitoring report data from endpoints with filtering, sorting, and pagination support.

10|46|Updated Jun 16, 2020
One-click install
npx skills add https://github.com/breatheco-de/apiv2 --skill bc-monitoring-read-reports-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bc-monitoring-read-reports-api
Source: https://github.com/breatheco-de/apiv2/tree/main/docs/agent-docs/skills/bc-monitoring-read-reports-api
Command: npx skills add https://github.com/breatheco-de/apiv2 --skill bc-monitoring-read-reports-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of retrieving monitoring report data from endpoints efficiently and is tailored for tasks involving dashboard or frontend report screens.

Core Features & Use Cases

  • Data Retrieval: Fetch metadata, rows, summary metrics, and detailed rows of monitoring reports.
  • Filter and Sort: Offers filtering and sorting capabilities to manipulate and tailor report data for various user requirements.
  • Dynamic Query: Provides an easy way to create dynamic UI query builders using discovered filters and sort fields.
  • Academy-Scope Access: Ensures that the reports can be retrieved with multi-academy scope using header or query parameters.

Quick Start

Call the GET endpoint with the report type and apply your filter/sort criteria.

Frequently Asked Questions about bc-monitoring-read-reports-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve monitoring report data from API endpoints for a dashboard?

You can retrieve monitoring report data by calling the GET endpoint with a specific report type, applying custom filters and sort criteria. The Skill fetches metadata, summary metrics, and detailed rows, supporting pagination for both real-time and historical data fetching.

Can I filter and sort monitoring report data dynamically?

Yes, the Skill offers filtering and sorting capabilities to manipulate report data. It discovers available filters and sort fields, enabling you to build dynamic UI query builders that tailor monitoring report retrieval for various frontend requirements.

Do I need an auth token to fetch monitoring reports?

Yes, retrieving monitoring reports requires an auth token and a scope header. The Skill ensures academy-scope access using header or query parameters, allowing you to fetch multi-academy report data securely through defined endpoints.

What's the best way to visualize monitoring reports with large datasets?

The Skill supports pagination and custom filters, making it ideal for dashboard visualization. You fetch metadata and rows via GET endpoints, applying dynamic query parameters to retrieve real-time or historical monitoring report data efficiently.

Does this reporting API support multi-academy scope access?

Yes, multi-academy scope access is supported through header or query parameters. You can retrieve monitoring reports across different academies by including the correct scope header alongside your auth token in the endpoint request.