| id |
string |
The unique identifier for the item. |
| title |
string |
The title of the item displayed in the 1Password interface. |
| vault |
object |
|
| category |
string |
The category that determines the item template and available fields. |
| urls |
array |
URLs associated with the item, such as website login pages. |
| favorite |
boolean |
Whether the item is marked as a favorite. |
| tags |
array |
Tags applied to the item for organization. |
| version |
integer |
The version number of the item, incremented on each update. |
| state |
string |
The current state of the item. |
| fields |
array |
The fields of the item containing secrets and metadata values. |
| sections |
array |
Sections used to organize fields into logical groups within the item. |
| createdAt |
string |
The ISO 8601 date and time the item was created. |
| updatedAt |
string |
The ISO 8601 date and time the item was last updated. |
| lastEditedBy |
string |
The UUID of the user who last edited the item. |