cURL
curl --request GET \ --url https://api.example.com/api/v1/beam/{config_id}
Returns a single pipeline config by ID.
GET /api/v1/beam/{config_id}
config_id
BeamConfig
curl -X GET https://api.allium.so/api/v1/beam/${CONFIG_ID} \ -H "X-API-Key: ${ALLIUM_API_KEY}"
Was this page helpful?