Get Allocation logo

Catalog action Integrations magna

Get detailed information about a specific Magna allocation by its ID. Returns allocation status, total amount, funded amount, received amount, claimable tokens, stakeholder details, and vesting schedule. Ideal for: checking allocation status, monitoring claimable tokens, verifying funding status, tracking vesting progress.

At a Glance

FieldValue
Action IDmagna-get-allocation
CategoryIntegrations
Connectormagna
Requires gasNo
Funds movementNone declared
Tagsmagna, vesting, token, distribution, read

Payload Schema

FieldTypeRequiredDescription
allocationIdstringYesThe unique identifier of the allocation to retrieve.

Result Schema

FieldTypeRequiredDescription
isProcessedbooleanYesWhether the request was processed successfully.
resultobjectYesAllocation details.

Examples

json
{ "type": "magna-get-allocation", "payload": { "allocationId": "example-allocationId" }, "children": [], "connector": { "type": "magna", "id": "conn_magna" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I