Get post-call question
post-call-questions
Get post-call question
Retrieve a specific post-call question by ID. Returns the complete question configuration including options, examples, and metadata.
GET
Get post-call question
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.
Response
Successfully retrieved post-call question
Single post-call question API response.
Response schema for post-call questions.
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.