List all roadmaps
Understanding how to use FeatureOS API to build custom integrations.
Introduction
This API allows you to retrieve a list of all your roadmaps with optional filtering by status and archived state.
POST
https://api.featureos.app/api/v3/roadmaps
curl -X POST 'https://api.featureos.app/api/v3/roadmaps' \
-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. |
Request Body
| Parameter | Required | Type | Description |
|---|---|---|---|
| status | false | String | Filter roadmaps by status. Available values: backlog, planned, in_progress, paused, completed, cancelled. |
| archived | false | Boolean | Filter roadmaps by archived state. Default: false. |