v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434243162.5 KB

Simulates the results of running a pipeline activity on a message payload.

post/pipelineactivities/run

Request body

payloadsMessagePayload[] required

The sample message payloads on which the pipeline activity is run.

Response

Success

payloadsMessagePayload[]

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

logResultstring

In case the pipeline activity fails, the log message that is generated.