list_projects
Filter and retrieve projects by specifying the required project type, with optional filtering by primary type or search term.
Instructions
List projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term to filter projects | |
| ordering | No | Field to order results by | |
| primary_type | No | Filter by primary type (e.g. pm, blogger) | |
| resourcetype | Yes | Project type selector. Determines the model and serializer used. The API is polymorphic — the same URL structure serves different project types depending on this value. |