Launch an action run

View as Markdown

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

projectIdstringRequired

Request

This endpoint expects an object.
actionIdstringRequired>=1 character
fileIdslist of stringsOptional
folderIdslist of stringsOptional
recordIdslist of stringsOptional

Response

The newly launched run.
runmap from strings to any

An action-run projection.

wsTicketstring
Signed ticket for the run's WebSocket upgrade.
wsUrlstring

WebSocket URL with the ticket pre-applied.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error