Sinch API Fax List

List faxes (sent/received) via Sinch Fax API

sinch Updated

File contents

List Faxes

List faxes for your project using the Sinch Fax API. Supports pagination. Uses OAuth2.

IMPORTANT: Execute this command directly. Do NOT generate script files. Perform the API call immediately.

Input

  • --format / -f: Output format (table or json) - optional, default table
  • --page-size / -n: Number of results - optional

Arguments: $ARGUMENTS

Instructions

Execute these steps directly - do not write code or scripts:

  1. If $ARGUMENTS empty: use defaults (table format). Otherwise parse.

  2. Get CONVERSATION_* or FAX_* env vars. GET https://fax.api.sinch.com/v3/projects/{projectId}/faxes with OAuth2. If missing, report "Sinch API is not configured."

  3. Format response: table (id, to, status, createdAt, etc.) or JSON. Display "✅ Faxes listed" with count.

  4. Handle 401, 404. Handle all errors gracefully.

Examples

/sinch-api-fax-list
/sinch-api-fax-list --format=json

API Reference

sinch/sinch-plugins/tree/main/plugins/sinch-antigravity-plugin/skills/sinch-api-fax-list commit a2db979bd5

Frequently asked questions

npx skillmds@latest add sinch/sinch-api-fax-list