Retrieve a specific post-call question by ID. Returns the complete question configuration including options, examples, and metadata.
The API Key created in Rounded Studio.
Successfully retrieved post-call question
Single post-call question API response.
Response schema for post-call questions.
{
"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.