Teams
Retrieve Team
Retrieves organizational team information by id.
GET
Retrieve Team
Previous
List MissionsLists missions for the API key's team.
Optional filters on **project code** and **purchase order** mirror the Folkyn app missions list:
- **`project_code_id`** — one team project code (UUID from **`GET /api/v1/project-codes`**).
- **`has_project_code`** — `with` / `without` (aliases `true` / `false`) for missions with or without a linked project code. Mutually exclusive with **`project_code_id`**.
- **`has_purchase_order`** — `with` / `without` (aliases `true` / `false`) for missions with or without a non-empty **`purchase_order`** string.
Next
Retrieve Team
