Retrieve all secret groups for a compute environment. Secret groups organize related secrets (API keys, credentials, etc.) that can be securely accessed by compute jobs during execution.
{
"groups": [
{
"id": "sg_abc123",
"name": "legal-apis",
"description": "API keys for legal research services",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
},
{
"id": "sg_def456",
"name": "database-creds",
"description": "Database connection credentials",
"createdAt": "2024-01-10T14:20:00Z",
"updatedAt": "2024-01-12T09:15:00Z"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
{
"groups": [
{
"id": "sg_abc123",
"name": "legal-apis",
"description": "API keys for legal research services",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
},
{
"id": "sg_def456",
"name": "database-creds",
"description": "Database connection credentials",
"createdAt": "2024-01-10T14:20:00Z",
"updatedAt": "2024-01-12T09:15:00Z"
}
]
}