Skip to main content
GET
/
api
/
v1
/
beam
List configs
curl --request GET \
  --url https://api.example.com/api/v1/beam

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
Returns all Beam pipeline configs owned by the authenticated API key. Response: BeamConfig[]
curl -X GET https://api.allium.so/api/v1/beam \
  -H "X-API-Key: ${ALLIUM_API_KEY}"