list_features
List the project's features with their lifecycle status.
Request
GET /api/v1/ops/projects/{project}/features[?status=]Parameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/features?status=generated"testvibe features list --status generatedResponse
[
{
"id": 12,
"name": "Login Functionality",
"kind": "feature",
"status": "generated",
"updatedUtc": "2026-06-10T14:32:07Z"
},
{
"id": 15,
"name": "Checkout",
"kind": "feature",
"status": "draft",
"updatedUtc": "2026-06-10T15:01:44Z"
}
]Errors
HTTP
When
Last updated
Was this helpful?
