v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB
Non-Regional

Call the production environment of a chain.

Sends a synchronous request to the chain deployment promoted to the production environment. The request body is forwarded to the chain's run_remote entrypoint.

post/production/run_remote

Request body

object required

JSON input matching the chain's run_remote method signature.

Response

Successful synchronous chain execution.

object required

JSON-serializable output. The shape is defined by the chain.