https://app.allium.so/api/beam.
Configuration endpoints
List pipelines
BeamConfig[]
Get pipeline
BeamConfig
Create pipeline
BeamConfig (with generated id, created_at, updated_at)
Update pipeline
Delete pipeline
Deployment endpoints
Deploy pipeline
Teardown pipeline
Get deployment stats
| Field | Description |
|---|---|
total_workers | Number of worker pods |
healthy_workers | Workers running normally |
unhealthy_workers | Workers not ready |
crashing_workers | Workers in crash loop |
oom_killed_workers | Workers killed due to memory |
Get deployment metrics
| Parameter | Default | Description |
|---|---|---|
time_range | 1h | Time range: 1h, 1d, or 1w |
metrics | all | Specific metric types to fetch (optional) |
Data models
BeamConfig
| Field | Description |
|---|---|
id | Auto-generated pipeline ID |
name | Pipeline name |
description | Pipeline description |
owner_org_team_user_id | Owner organization/team/user ID |
created_at | Creation timestamp |
updated_at | Last update timestamp |
pipeline_config | Pipeline configuration (source, transforms, sinks) |
pipeline_config schema (source, transforms, and sinks).
Supported chains and entities
| Chain | Entities |
|---|---|
| Polygon | log, decoded_log, erc20_token_transfer, erc721_token_transfer, erc1155_token_transfer |
| Base | log, decoded_log, erc20_token_transfer, erc721_token_transfer, erc1155_token_transfer |
| Solana | nonvoting_transaction |
More chains and entities are being added regularly. Check the Datastreams catalog for the latest availability, or contact support@allium.so to request support for a specific chain.