Fetch intent by ID
Organizations can fetch intents by ID using Privy’sGET /v1/intents/:id endpoint. The returned intent will include its status, creator, the users that approved the intent, the execution result and more.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/intents/:id endpoint. The returned intent will include its status, creator, the users that approved the intent, the execution result and more.
| Event | Description |
|---|---|
intent.created | A new intent was created. Can be used to notify organizations and users of a new pending intent. |
intent.authorized | An intent has received sufficient authorization signatures to meet the threshold, but has not yet been executed yet. |
intent.executed | An intent has been executed successfully after receiving sufficient authorization signatures. |
intent.failed | An intent encountered an error during execution after receiving sufficient authorization signatures. |
intent.rejected | A user of the organization rejected the intent before it received sufficient authorization signatures. |
Was this page helpful?
