Hello, I need mono audio recordings of calls made between two dates. For this, I must first read all calls between two dates. Then, I must send a request by giving each of these calls their IDs one by one and get the recordingUrl from the artifact in the returned response. However, this creates an extreme problem for the system we have designed. Sending a request for each call tires the system and we cannot use vapi in this way. Instead, how can I reach the URLs of calls between two dates by giving date information?
or can I reach the IDs in the created .wav file from the ListCall API?
An example mono record url:
https://storage.vapi.ai/0f74e553-213d-4e3e-9d03-b5a816883d1a-1748446324617-acfdfe29-dc46-4c3f-82b0-85fe93196c67-mono.wav
What do the ids in this url represent?