Get Approval
neuron_get_approvalFetch a single approval request by id, including its decision once resolved. Set waitSeconds (1–60) to long-poll until it resolves. Requires a bot API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Bot API key with 'nrn_' prefix for authentication | |
| approvalId | Yes | The approval request id (UUID) | |
| waitSeconds | No | Long-poll up to N seconds for resolution |