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"
}

Changes

Changed in 1 of the 46 revisions of this API.2

    • removed KeyQuorumId subschema #2 from the owner_id response property allOf list for the response status 200

      response-property-all-of-removed

    • added KeyQuorumId subschema #2 to the owner_id response property anyOf list for the response status 200

      response-property-any-of-added