Skip to main content
List all vaults associated with the connected server. Vaults that the Connect Server cannot access will not be retrieved.
External DocumentationTo learn more, visit the 1Password Connect Server documentation.

Parameters

ParameterDescription
FilterFilter the retrieved list by using a SCIM-style filter. Note, vaults can only be filtered by the name property.

Example Output

[
	{
		"attributeVersion": 2,
		"contentVersion": 1,
		"createdAt": "2025-10-04T11:37:28Z",
		"id": "89gk4nl4mdj7ufdlhn4tcvisla",
		"items": 0,
		"name": "Connect Server Vault",
		"type": "USER_CREATED",
		"updatedAt": "2025-10-04T11:38:18Z"
	}
]

Workflow Library Example

List Vaults with 1Password Connect Server and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I