v46

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

Get Condition Set

Get a condition set by condition set ID.

get/v1/condition_sets/{condition_set_id}

Path parameters

condition_set_idstring required

Headers

privy-app-idstring required

ID of your Privy app.

Response

Requested condition set object.

created_atnumber required

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

idstring required

Unique ID of the created condition set. This will be the primary identifier when using the condition set in the future.

namestring required

Name of the condition set.

owner_idstring cuid2 required

A unique identifier for a key quorum.

Example response

{
  "created_at": 1761271537642,
  "id": "qvah5m2hmp9abqlxdmfiht95",
  "name": "Approved Recipients",
  "owner_id": "asgkan0r7gi0wdbvf9cw8qio"
}