Call Log ID
# support
p
So When Vapi makes a Tool call to backend there is a unque ID (toolCalls id: call_oFYFSnwOEE2MG5OI6uf8Z7G2) Like this on every tool call. Now do we have a endpoint though which we can retrieve the call ID with the Tool_Call id as a parameters?
v
Based on the information I found, there isn't a direct endpoint to retrieve the Call Log ID using the Tool_Call id as a parameter. Instead, you can find the Call Log ID manually in the Vapi dashboard: 1. Go to Vapi Dashboard 2. Navigate to logs > calls (https://dashboard.vapi.ai/calls) 3. Copy the Id under call ID Once you have the Call Log ID, you can use the
GET /call/:id
endpoint to retrieve call information. Sources: - [Discord message about finding Call Log ID](https://discord.com/channels/1211482211119796234/1327481613004701779) - [Discord message with dashboard link](https://discord.com/channels/1211482211119796234/1339467226381684789) - [Discord message about GET /call/:id endpoint](https://discord.com/channels/1211482211119796234/1333804040999534622)
v
Message marked as helpful by @PM! 🎉
k
checking if this is resolved/solved for you?
p
solved
k
nice