list_projects
List the projects in the workspace (id, name, base URL).
Last updated
Was this helpful?
List the projects in the workspace (id, name, base URL).
List the projects your API key can see. Use the returned id as {project} in every other route.
GET /api/v1/ops/projectsNo parameters.
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects"testvibe projectsTool list_projects — no arguments.
[
{
"id": "7f3c9a4e-2b1d-4e8a-9c6f-0d5b8a1e2f34",
"name": "Acme Shop",
"baseUrl": "https://shop.acme.example"
}
]401 unauthorized
Missing or invalid API key.
Last updated
Was this helpful?
Was this helpful?
