get_study
Retrieve the complete configuration of a study, including sections, status, objectives, and metadata. Use for raw data access or checking specific fields.
Instructions
Fetch the full configuration of a study including all sections, status, objectives, persona, product overview, and metadata.
Use this when you need raw study data for programmatic processing or to check specific field values.
For a human-readable overview to present to the user, prefer get_study_summary.
Returns: Full study object with fields: id, name, status, objective, user_details, product_overview, sections (list of section objects).
Args: study_id: The unique identifier of the study.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |