List Secrets
Secrets
List Secrets
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:
- q: Search by name (case-insensitive partial match)
- secret_type: Filter by provider type (s3, azure_blob, gcs, r2, b2, wasabi, etc.)
- sort_by: Field to sort by (name, created_at)
- sort_order: Sort direction (asc, desc). Default: desc
- page: Page number (default: 1)
- limit: Items per page (default: 50, max: 100)
Returns paginated list of secrets with metadata.
GET
List Secrets
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Search by name (case-insensitive)
Filter by provider type (s3, azure_blob, gcs, etc.)
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Field to sort by: name, created_at
Available options:
name, created_at Sort order: asc or desc (default: desc) Sort order for list endpoints.
Available options:
asc, desc