APISandbox clis
List CLI connections
List a project's stored and integration-backed sandbox CLI connections without returning secret values.
Query Parameters
projectId?string
Project to inspect. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/sandbox-clis/connections"{ "connections": [ { "cliType": "string", "credentialSource": "github_app", "isSystemManaged": true, "fallbackConfigured": true, "envVarKeys": [ "string" ] } ]}