List Vault Entries
List the caller's vault entries, most recently created first by default.
Args: session: Database session. context: Caller's security context; results are scoped to entries the caller owns. mcp_namespace: Optional exact-match filter to a single MCP's credential namespace. created_at: Optional FHIR-style prefixed datetime filters on creation time. updated_at: Optional FHIR-style prefixed datetime filters on last-updated time. _sort: Optional sort field, with a leading "-" for descending.
Returns: Up to 100 matching entries. Credential values are never included.
Authorization
OAuth2AuthorizationCodeBearer In: header
Query Parameters
Filter by creation time, FHIR-style prefixed datetime search
Filter by last-updated time, FHIR-style prefixed datetime search
Sort field with optional - prefix for descending. Supported: created_at, updated_at
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/vault/entries"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "mcp_namespace": "string", "provider_name": "string", "auth_type": "string", "display_name": "string", "oauth_email": "string", "oauth_expires_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "usage_count": 0, "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304", "config_json": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}