Get Allocation
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.
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
| Field | Value |
|---|---|
| Action ID | magna-get-allocation |
| Category | Integrations |
| Connector | magna |
| Requires gas | No |
| Funds movement | None declared |
| Tags | magna, vesting, token, distribution, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
allocationId | string | Yes | The unique identifier of the allocation to retrieve. |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
isProcessed | boolean | Yes | Whether the request was processed successfully. |
result | object | Yes | Allocation details. |
Examples
json{ "type": "magna-get-allocation", "payload": { "allocationId": "example-allocationId" }, "children": [], "connector": { "type": "magna", "id": "conn_magna" }}
bashcurl -X POST "https://api.b3os.org/v1/actions/magna-get-allocation/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "allocationId": "example-allocationId" }}'
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.
