v46

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

Get Condition Set Items

Get all items in a condition set with pagination support.

get/v1/condition_sets/{condition_set_id}/condition_set_items

Path parameters

condition_set_idstring required

Query parameters

cursorstring
limitnumber nullable
querystring

Filter items by value containing the query string.

Headers

privy-app-idstring required

ID of your Privy app.

Response

Paginated list of condition set items.

next_cursorstring nullable required

Cursor for pagination. Null if there are no more items.

Example response

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