Skip to main content
POST
/
v1
/
routines
/
{routine_id}
/
runs
Create a routine run
curl --request POST \
  --url https://api.plane.com/v1/routines/{routine_id}/runs \
  --header 'Authorization: Bearer <token>'
Create a routine run through the authenticated API. The endpoint creates and returns a Routine run object immediately while routine execution continues asynchronously. Use an Idempotency-Key header when retrying create-run requests. See Idempotency.

Parameters

routine_id
string
required
ID of the routine.

Returns

Returns a Routine run object.