Veezy
10/02/2025, 8:21 PMVapi Support Bot
10/02/2025, 8:23 PMcallRetentionDays is set to a value that keeps calls long enough for your workflow.
- Also, verify that your artifactPlan (especially recordingEnabled and storage paths) is not causing premature deletion.
Example:
json
{
"artifactPlan": {
"recordingEnabled": true,
"retentionDays": 30
}
}
Update these settings and re-test to see if transcripts persist as expected.
Sources:
- [Call recording documentation](https://docs.vapi.ai/assistants/call-recording)
- [Changelog: Retention settings](https://docs.vapi.ai/changelog/2025/8/23)Veezy
10/03/2025, 3:58 AMVapi Support Bot
10/03/2025, 3:59 AMcallRetentionDays is set to a value that keeps calls long enough for your needs.
You can also check your assistant's artifactPlan for something like:
json
{
"artifactPlan": {
"recordingEnabled": true,
"retentionDays": 30
}
}
Adjust these values and re-test to see if your call transcripts persist.
See the [call recording documentation](https://docs.vapi.ai/assistants/call-recording) for more details.
Source:
- [Call recording documentation](https://docs.vapi.ai/assistants/call-recording)Chiranjeet Mishra
10/06/2025, 8:09 PM