List post-call questions
post-call-questions
List post-call questions
Retrieve all post-call questions configured for a specific agent. Post-call questions are used to collect structured feedback and data after calls.
GET
List post-call questions
Authorizations
The API Key created in Rounded Studio.
- You can create it by going to the "API Keys" settings of your profile.
- Need help? You can email us at team@callrounded.com or join our Discord community.
Path Parameters
Agent ID
Response
Successfully retrieved post-call questions
Multiple post-call questions API response.
Example:
{
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
}HTTP status code of the response.