List all boards
List all feedback boards in your FeatureOS organization with optional pagination and sorting.
Introduction
The FeatureOS list all boards API allows you to retrieve all boards from your organization.
GET
https://api.featureos.app/api/v3/buckets
curl -X GET 'https://api.featureos.app/api/v3/buckets' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
Query Parameters
| Parameter | Default | Description |
|---|---|---|
| page | 1 | Used to paginate responses. |
| sort | desc | Set to asc to retrieve boards ordered by alphabetically ordered by ascending name. |
| privacy | public | Private boards are not returned by default. Set to private to retrieve private boards. |