Local action execution and recent run history.
Execute a runtime action.
Use the action catalog to discover provider-specific input and output schemas. For a compact strongly typed OpenAPI document for one action, request /openapi.json?actionId=
path Parameters
actionIdAction id, usually
query Parameters
connectionNameNamed connection. Same fact as MCP connectionName; HTTP alias, connectionName, and x-oo-connector-alias are equivalent. Defaults to default.
aliasNamed connection. Same fact as MCP connectionName; HTTP alias, connectionName, and x-oo-connector-alias are equivalent. Defaults to default.
Headers
Idempotency-KeyOptional runtime-wide key for deduplicating retries of the same action request. Leading and trailing whitespace is trimmed; the remaining value must be non-empty and must not exceed 255 UTF-8 bytes. Reuse a key only for retries with the same action, input, effective connection, and stored runtime token. When this header is present, the action input must not exceed an object/array nesting depth of 100 levels.
x-oo-connector-aliasNamed connection. Same fact as MCP connectionName; HTTP alias, connectionName, and x-oo-connector-alias are equivalent. Defaults to default.
Execute a runtime action. › Request Body
Action input matching the catalog schema. Omitted input is treated as {}.
connectionNameNamed connection. Same fact as MCP connectionName; HTTP alias, connectionName, and x-oo-connector-alias are equivalent. Defaults to default.
aliasNamed connection. Same fact as MCP connectionName; HTTP alias, connectionName, and x-oo-connector-alias are equivalent. Defaults to default.
Execute a runtime action. › Responses
JSON response.
successmessagedataAction output matching the catalog schema.
Action execution metadata.
List recent local action runs.
query Parameters
limitMaximum number of runs to return.
cursorCursor returned by the previous page.
serviceOnly return runs whose action id belongs to this service.
actionIdOnly return runs for this exact action id.
callerOnly return runs from this runtime entry point.
okOnly return successful or failed runs.
List recent local action runs. › Responses
JSON response.
Run entries for this page.
nextCursorCursor for the next page, when more runs are available.
Get one local action run.
path Parameters
idAction execution identifier.
Get one local action run. › Responses
JSON response.
idRun identifier.
serviceProvider service that owns the executed action.
actionIdExecuted action id.
callerRuntime entry point that executed the run.
startedAtStart timestamp.
completedAtCompletion timestamp.
durationMsRun duration in milliseconds.
okWhether the run succeeded.
Provider account identity that the action used, when a connection was available.
connectionIdStable connection identifier used by the run.
runtimeTokenIdStored runtime token identifier used by the run.
Layered execution policy decision. code and message are present on denial.
inputSummaryRedacted action input summary.
outputSummaryRedacted action output summary.
errorCodeError code when the run failed.
errorMessageError message when the run failed.