globus_transfer_list_endpoints_and_collections
List Globus Transfer endpoints and collections accessible to you, filtered by scope such as owned, shared, or recently used.
Instructions
List Globus Transfer endpoints and collections that the user has access to, filtered based on the provided scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of results to return. | |
| offset | Yes | Zero based offset into the result set. | |
| filter_scope | Yes | String indicating which scope/class of endpoints and collections to list. Options: my-endpoints (owned by the user), administered-by-me (user has admin role, superset of my-endpoints), shared-with-me (shared with user), shared-by-me (guest collections where user is admin or access manager), recently-used (recently used by user), in-use (with active tasks owned by user), |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Set of transfer endpoints | |
| limit | Yes | Maximum number of results to return. | |
| offset | Yes | Zero based offset into the result set. | |
| has_next_page | Yes | Indicates whether making a query at the next offset would yield more results |