get_capsule_app_panel
Retrieve app panel information for a specific Code Ocean capsule using its ID to access computational resources and workflow details.
Instructions
Retrieve app panel information for a specific capsule by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capsule_id | Yes | ||
| version | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| general | No | General information about the App Panel. | |
| results | No | Result files to display after computation. | |
| processes | No | Pipeline processes and their App Panels. | |
| categories | No | Categories for organizing App Panel parameters. | |
| parameters | No | Parameters for the App Panel. | |
| data_assets | No | List of data assets used in the App Panel. |