telnyx-account-reports-python

Generate and retrieve Telnyx usage reports via the Python SDK.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-account-reports-python-team-telnyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-account-reports-python
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/python/telnyx-account-reports-python
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-account-reports-python-team-telnyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires telnyx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation and retrieval of various usage reports for Telnyx services, crucial for billing, analytics, and financial reconciliation.

Core Features & Use Cases

  • Generate Usage Reports: Create detailed reports for messaging (MDR), voice (CDR), number lookup, and speech-to-text.
  • Retrieve Reports: Fetch existing reports by ID or list all generated reports.
  • API Integration: Provides Python SDK examples for seamless integration with the Telnyx API.
  • Use Case: A finance team can use this Skill to automatically generate monthly CDR reports to verify call charges and reconcile billing statements.

Quick Start

Use the telnyx-account-reports-python skill to retrieve all MDR detailed report requests.

Frequently Asked Questions about telnyx-account-reports-python

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

FAQPage Schema
How do I generate Telnyx usage reports with Python?

You can generate Telnyx usage reports using Python by integrating directly with the Telnyx Python SDK. This allows you to programmatically create detailed reports for messaging, voice, and speech-to-text services.

Can I retrieve existing CDR and MDR reports programmatically?

Yes, you can retrieve existing CDR and MDR reports programmatically. The Telnyx Python SDK allows you to fetch specific reports by their ID or list all previously generated report requests.

What types of Telnyx billing reports can I automate?

You can automate the generation of Telnyx billing reports for messaging (MDR), voice (CDR), number lookup, and speech-to-text. These reports support filtering by time and aggregation type for financial reconciliation.

Does this approach support asynchronous report generation?

Yes, Telnyx report generation supports both synchronous and asynchronous processing. This allows you to request detailed usage data and retrieve the results later for billing and analytics purposes.

Do I need the Telnyx Python SDK to fetch usage analytics?

Yes, you need the Telnyx Python SDK installed as a dependency to fetch usage analytics. It provides the programmatic API integration required to generate and retrieve your billing and usage data.