v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Policies

Get Condition Set Item

Get an item from a condition set by condition set ID and item ID.

get/v1/condition_sets/{condition_set_id}/condition_set_items/{condition_set_item_id}

Path parameters

condition_set_idstring required
condition_set_item_idstring required

Headers

privy-app-idstring required

ID of your Privy app.

Response

Success response.

condition_set_idstring required

Unique ID of the condition set this item belongs to.

created_atnumber required

Unix timestamp of when the condition set item was created in milliseconds.

idstring required

Unique ID of the created condition set item.

valuestring required

The value stored in this condition set item.

Example response

{
  "condition_set_id": "qvah5m2hmp9abqlxdmfiht95",
  "created_at": 1761271537642,
  "id": "abc123xyz456def789ghi012",
  "value": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}