Get all secrets for a team with pagination.
Required Role: VIEWER or higher
Security Note: Credentials are NEVER returned in this endpoint. Only metadata (name, description, type, timestamps) is returned.
Query parameters:
Returns paginated list of secrets with metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search by name (case-insensitive)
Filter by provider type (s3, azure_blob, gcs, etc.)
Page number
x >= 1Items per page
1 <= x <= 100Field to sort by: name, created_at
name, created_at Sort order: asc or desc (default: desc) Sort order for list endpoints.
asc, desc