Run flow on records of a type
Execute a flow against every record of the given type. Small batches (≤10) execute immediately and return 200; larger batches return 202 with a scheduled batchId.
Authentication
AuthorizationBearer
API key or Clerk session token
Path parameters
id
Request
This endpoint expects an object.
recordType
Response
Batch executed immediately
batchId
completedAt
executedImmediately
failureCount
flowId
recordCount
recordType
results
status
success
successCount
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error