globus_transfer_search_endpoints_and_collections
Search all Globus Transfer endpoints and collections visible to you by filtering on endpoint fields with a text string. Supports pagination with limit and offset parameters.
Instructions
Use a filter string to search all Globus Transfer endpoints and collections that are visible to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of results to return. | |
| offset | Yes | Zero based offset into the result set. | |
| filter_fulltext | Yes | String to match endpoint fields against. |
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 |