Get Operation Result Page
get_operation_result_pageRetrieve a bounded, read-only page of public details from a completed operation using the operation handle. Safely paginate through results without resuming or modifying the operation.
Instructions
Retrieve one bounded, read-only page of safe public details from a completed operation. This never resumes or mutates the operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Optional opaque cursor returned by the preceding page | |
| page_size | No | Maximum items to return. Default: 20; maximum: 50 | |
| operation_handle | Yes | Opaque server-issued operation-result handle |