get_callback_payload
Retrieve a received callback by ID, including full headers, decrypted body, and metadata. Use this to read async job results after obtaining the callback ID.
Instructions
Fetch a single received callback with full headers, decrypted body, and metadata. Use this to read the result of an async job after wait_for_callback or list_callbacks gives you a callback id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Callback UUID, from wait_for_callback or list_callbacks |