Skip to main content
GET
/
api
/
v1
/
beam
/
{config_id}
Get config
curl --request GET \
  --url https://api.example.com/api/v1/beam/{config_id}

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

GET /api/v1/beam/{config_id}
Returns a single pipeline config by ID. The caller must own the pipeline. Path parameters:
ParameterDescription
config_idPipeline configuration ID
Response: BeamConfig
curl -X GET https://api.allium.so/api/v1/beam/${CONFIG_ID} \
  -H "X-API-Key: ${ALLIUM_API_KEY}"