v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Portfolio Monitoring

Get Portfolio Item Snapshots

Retrieves a paginated list of snapshots for a specific portfolio item.

Snapshots are ordered by created_at in descending order (newest first).

get/portfolio/items/{item_id}/snapshots

Path parameters

item_idstring uuid required

The unique identifier of the portfolio item to fetch snapshots for.

Example:412a49b5-7466-426b-bf1e-081b00b54576

The unique identifier of the portfolio item to fetch snapshots for.

Query parameters

limitinteger

Maximum number of records to return in a single page. Must be between 1 and 1000.

Maximum number of records to return in a single page. Must be between 1 and 1000.

offsetinteger nullable

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

cursorstring nullable

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Response

Response

idstring uuid required

The unique identifier of the snapshot.

portfolio_item_idstring uuid required

The unique identifier of the portfolio item this snapshot belongs to.

attributesMonitorableAttributes[]

The attributes that were monitored when the snapshot was created.

schema_versioninteger required

The schema version of the snapshot data.

created_atstring date-time required

When the snapshot was created.