Skip to main content
POST
Recorded Flows
List, run, inspect, delete, or schedule recorded flows. Dispatch the desired operation with the action field in the request body.

Actions

Request body

string
required
One of list, run, runs, delete, or schedule.
object
Payload for the selected action.

Responses

200 OK

Returned for list, runs, delete, and schedule.
boolean
required
string
required
One of Flows loaded., Flow runs loaded., Flow deleted., or Flow replay scheduled.
object
required
Payload matching the message. For example, flows, runs, { ok: true }, or { transactionId, scheduledId, kind }.

202 Accepted

Returned for run when the replay is queued.
string
required

503 Service Unavailable

The replay queue could not accept the job. Retry with backoff.
Successful responses include the X-Credits-Remaining header.