REST API
How to use the Pipekit REST API
Last updated
How to use the Pipekit REST API
Last updated
The Pipekit REST API allows users to submit Argo Workflow
and CronWorkflow
types to be run or scheduled on a given cluster that Pipekit manages. It also allows users to query the Pipekit control plane for information about the status of workflow runs and the associated pods on their clusters.
To submit a Workflow or a CronWorkflow, a user will need:
Their bearer token
The UUID of the cluster to submit to
If you have the pipekit CLI installed, the fastest way to get the bearer token is to login with pipekit login
and then get the bearer token with pipekit hera -r
.