Tool / custom-API invocations across many calls
GET
https://server.heyrik.com/api/v1/functionsHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Parameters 4
Fields documented for this operation. See the request example for placement and structure.
agency_idstringRequired…or call_id. One of the two is required.
call_idstringNarrow to a single call.
tool_namestringOnly this tool.
limitnumberDefault 200.
Response
No response example is documented for this operation yet.
Error referenceGET/functions
cURL
curl "https://server.heyrik.com/api/v1/functions?agency_id=agc_9f2a1c30&tool_name=check_order_status" \
-H "Authorization: Bearer $HEYRIK_API_KEY"Illustrative examples · No live request is sent
