list_questions
Find previously asked and answered questions in the Secoda workspace to avoid duplicate inquiries. Returns a paginated list with truncated text fields.
Instructions
List all questions in the workspace.
Questions in Secoda represent data consumer inquiries that have been asked and
answered by the data team. Use this to find existing answers before asking
a new question.
Args:
page: Page number for pagination (default: 1)
truncate_length: Maximum characters for text fields in results (default: 150)
Returns:
List of questions with text fields truncated to specified length
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| truncate_length | No | Maximum characters for text fields in results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |