Execute Service

Execute a service with the provided input payload.

Request Format

The request body varies by service. Use the Retrieve Service OpenAPI Schema endpoint to get the exact input format for your target service.

Response

FieldDescription
serviceexecution_idUnique execution ID (starts with pse-)
statusExecution status: PENDING, PROCESSING, COMPLETED, FAILED
failure_reasonError details if status is FAILED
inputsEcho of the input payload
outputsResult values (populated when COMPLETED)

Example

Select "Example Request" from the Examples dropdown to see a sample request format.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!