globus_transfer_get_task_events
Retrieve Globus Transfer task events to monitor status and progress. Events are ordered by time descending, with configurable limit and offset for pagination.
Instructions
Get a list of Globus Transfer task events to monitor the status and progress of a task. The events are ordered by time descending (newest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of results to return. | |
| offset | Yes | Zero based offset into the result set. | |
| task_id | Yes | ID of the task |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Set of transfer task events | |
| limit | Yes | Maximum number of results to return. | |
| offset | Yes | Zero based offset into the result set. |