list_secrets
List the project's secret names — never their values.
Request
GET /api/v1/ops/projects/{project}/secretsParameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/secrets"testvibe secrets listResponse
[
{
"name": "MAILSLURP_API_KEY",
"updatedUtc": "2026-07-05T09:15:03Z"
}
]Errors
HTTP
When
Last updated
Was this helpful?
