Skip to main content
GET
/
api
/
v1
/
beam
List configs
curl --request GET \
  --url https://api.example.com/api/v1/beam
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}"