Reference / browser control plane / generated
GET
/v1/projects/{projectId}/api-keysList project API keys.
Returns non-secret API-key metadata. Plaintext keys are never returned by this operation.
Operation ID
listProjectApiKeysSuccess200
AuthenticationBrowser session
CSRF headerNot required
Request contract
projectIdis a required path parameter.
This operation has no JSON request body.
Same-origin request example
This operator-oriented example makes the cookie and CSRF boundaries explicit. Use an isolated browser test session, keep both values out of shell history, and replace generated path variables before execution.
curl --request GET \ --cookie "wildflower_session=${WILDFLOWER_SESSION}" \ "https://wildflower.computer/v1/projects/${WILDFLOWER_PROJECT_ID}/api-keys"SDK boundary
This operation powers the account console and is not emitted in the TypeScript, Python, Rust, Go, or Zig project-key SDKs. Use the generated public API reference for sandbox automation.
