Azure Cosmos DB

Get item

Get a given item’s content and metadata.

Inputs

Field

Type

Description

resourceGroup [required]

string

subscriptionId [required]

string

accountName [required]

string

databaseId [required]

string

containerId [required]

string

itemID [required]

string

The ID of the item to update.

Outputs

Field

Type

Description

itemID [required]

string

The unique ID of the item.

content

The content of the item.

lastUpdated

number

The timestamp the item was last updated.