Usage
- REST API
To fetch an intent, make a
GET request to:Response fields
Unique identifier for the intent.
The type of action the intent proposes.
Email address of the team member who proposed the intent. May be
null for intents proposed via
the API.The Privy DID of the team member who proposed the intent.
UNIX timestamp (ms) for when the intent was created.
ID of the resource the intent targets (e.g., a wallet ID or policy ID).
List of key quorums assigned to the intent.
Current status of the intent. See intent lifecycle for
details on each status.
UNIX timestamp (ms) for when the intent expires.
The full request for the proposed action, including HTTP method, URL, and body.
Response body from execution, if the intent has completed. For transaction intents, this contains
the transaction hash.
API reference
Get intent
View the full API reference for fetching an intent.

