Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Anonymous
3 years agoQuerying item vault names via CLI tool
I'm trying to obtain a list of 1Password items, their UUID's, and their vault names, in order to build a lookup table for Panther. However, no matter how I have structured the function specified in t...
andi_t_1P
1Password Team
3 years agoHi @jbld, I took a first look at the provided Panther guide and I believe this slightly modified command should do the trick:
op item list --format json | jq -c '.[] | {uuid:.id,title:.title,vaultName:.vault.name,updatedAt:.updatedat}' >> 1passwordlookup.json
Let me know if you have further questions.
Best,
Andi