Skip to main content
Post Tool Response From The Async Tool
curl --request POST \
  --url https://{api_endpoint}/api/v1/tools/{tenant_id}/callback/{correlation_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

correlation_id
required
tenant_id
required

Body

application/json

The body is of type Data · object.

Response

Successful Response