Launch an action run
Launches a batch run of an active custom action over the supplied inputs (project-pool files for extract actions, records for generate/fill actions) and returns the live run plus a WebSocket-upgrade ticket.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
Request
This endpoint expects an object.
actionId
fileIds
folderIds
recordIds
Response
The newly launched run.
run
An action-run projection.
wsTicket
Signed ticket for the run's WebSocket upgrade.
wsUrl
WebSocket URL with the ticket pre-applied.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error