Kestra EE API
Available on: Enterprise EditionCloud
How to interact with the Kestra Enterprise Edition using the API.
Authentication
To authenticate with the Kestra API, you need to create an API token. You can create it directly from the Kestra UI.
Once you have your API token, use it to authenticate with the API by passing it in the Authorization
header as a Bearer
token.
bash
curl -X POST http://localhost:8080/api/v1/executions/company.team/hello_world \
-H "Authorization: Bearer YOUR_API_TOKEN"
Browse the API Reference
For a full list of available API endpoints, refer to the Enterprise Edition API Reference.
Was this page helpful?