List secrets visible through ownership authority
Items are ordered by created_at descending, then id descending. Without an owner filter, returns the deduplicated union of organization secrets the caller may list, project secrets the caller may list, and the caller’s own user secrets.
Authorizations
An opaque Omnara personal or organization bearer token.
Path Parameters
^org_[a-z2-7]{26}$Query Parameters
Case-insensitive glob over the list's logical name. * matches zero or more characters, ? matches one character, and \ escapes a wildcard.
1 - 200Filter secrets by material kind.
generic, oauth_token_set, slack_app_credentials, aws_credentials Filter by the immutable owner kind.
org, project, user Required with owner_kind=project and invalid with other owner kinds.
^proj_[a-z2-7]{26}$Filter to secrets that have a version created by this MCP OAuth flow.
^moaf_[a-z2-7]{26}$Metadata key/value filters, encoded as metadata[key]=value.
Sort order for named resources that expose created and modified timestamps.
name, -name, -updated_at, updated_at, -created_at, created_at Maximum number of items to return in one page.
1 <= x <= 100Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.
1024