List folder contentsAsk AIget https://api.sbgenomics.com/v2/files/{folder_id}/listRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requestsā¦LoadingLoadingā¦Path Paramsfolder_idstringrequiredID of the folder whose contents you want to list. Use the call to list files and folders in a project to get the ID.Query Paramslimitint32Defaults to 50The maximum number of collection items to return for a single request. Minimum value is 1. The maximum value is 100 and the default value is 50. This is a pagination-specific attribute.offsetint32Defaults to 0The zero-based starting index in the entire collection of the first item to return. The default value is 0. This is a pagination-specific attribute.HeadersX-SBG-Auth-TokenstringrequiredYour Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.Response 200200Updated 5 months ago