list_modules
List modules in a project to view active or archived modules. Supports pagination and ordering for efficient retrieval.
Instructions
List modules in a project.
Args: project_id: UUID of the project archived: Set True to list archived modules instead of active ones. cursor: Pagination cursor from a previous response's next_cursor (form "{per_page}:{page}:{offset}"). Omit for the first page. per_page: Number of results per page (1-1000, default and max 1000). order_by: Field to order results by. Prefix with '-' for descending.
Returns: Paginated envelope: results (lite modules) + total_count, next_cursor, next_page_results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| archived | No | ||
| order_by | No | ||
| per_page | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |