list_files
List the project's files — stored content plus the Playwright template scaffolding.
Request
GET /api/v1/ops/projects/{project}/files?prefix=Parameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/files?prefix=Features/"testvibe files listResponse
[
{
"path": "Features/Login Functionality/login.feature",
"kind": "feature",
"source": "project",
"featureId": 12,
"bytes": 532
},
{
"path": "Features/Login Functionality/login.spec.js",
"kind": "spec",
"source": "project",
"featureId": 12,
"bytes": 4817
},
{
"path": "Configurations/Default.config.js",
"kind": "config",
"source": "template"
}
]Errors
HTTP
When
Last updated
Was this helpful?
