Get call by ID
documentedGet a single call by its id.
GET /api/v3/external/calls/{id}Callsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://core.callpage.io/api/v3/external/calls/{{$call_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: {{CALLPAGE_API_KEY}}"