List or get active call information via Sinch Voice API
Scanned 9/6/2026
Install to Claude Code
npx -y skills add sinch/sinch-plugins --skill sinch-api-voice-calls --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sinch Api Voice Calls?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sinch-sinch-api-voice-calls)More formats (shields.io, HTML) on the badges page.
---
name: sinch-api-voice-calls
description: List or get active call information via Sinch Voice API
---
# List / Get Voice Calls
List active calls or get details of a specific call using the Sinch Voice API. Uses Application Key + Secret.
**IMPORTANT: Execute this command directly. Do NOT generate script files. Perform the API call immediately.**
## Input
- `--call-id` / `-i`: Call ID to retrieve - optional (if omitted, list or describe available operations)
- `--format` / `-f`: Output format (table or json) - optional
Arguments: $ARGUMENTS
## Instructions
**Execute these steps directly - do not write code or scripts:**
0. If $ARGUMENTS empty: ask "Do you have a call ID to look up, or list recent/active calls?" and get call-id or list preference. Otherwise parse.
1. Validate: optional --call-id, --format. Get VOICE_APPLICATION_KEY and VOICE_APPLICATION_SECRET. If missing, report "Voice API is not configured."
2. If --call-id provided: use Voice API to get call details (endpoint may be GET /calls/{callId} or equivalent per Sinch Voice API docs). Return status, duration, from, to, etc.
3. If listing: use Voice API list/query endpoint if available; otherwise explain that user can check Sinch Dashboard or use call-id for a specific call.
4. Format output as table or JSON. On success display "✅ Call info" or summary. Handle 404, 401 with clear messages.
5. Handle all errors gracefully.
## Examples
```
/sinch-api-voice-calls --call-id=CALL_ID
/sinch-api-voice-calls -i CALL_ID --format=json
```
## API Reference
- **Base URL**: https://calling.api.sinch.com/calling/v1
- **Auth**: Application Key + Secret (Basic or Signed)
- **Documentation**: https://developers.sinch.com/docs/voice/
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!