Skip to main content
GET
/
api
/
v1
/
beam
List configs
curl --request GET \
  --url https://api.example.com/api/v1/beam
Returns every Beam pipeline config the authenticated user has read access to (configs they own, configs shared with them as editor/reader, and configs whose viewer_team is a team they belong to).
Required permission: read — owners, editors, readers, and members of teams shared via viewer_team.
Response: BeamConfig[]
curl -X GET https://api.allium.so/api/v1/beam \
  -H "X-API-Key: ${ALLIUM_API_KEY}"