Back to catalog
Cortexa research tool·chemistry·metabolights
Metabolights Get Study Data Files
Search for data files in a MetaboLights study. Returns a list of files matching the search criteria. Use search_pattern to filter by file type (e.g., '*.mzML', '*.raw', '*.d'). At least one of file_match or folder_match must be true.
Livelast probed 2026-04-30 23:07Z· 117msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 117ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"file_match": {
"default": true,
"description": "Include file matches in results. At least one of file_match or folder_match must be true",
"type": "boolean"
},
"folder_match": {
"default": false,
"description": "Include folder matches in results. At least one of file_match or folder_match must be true",
"type": "boolean"
},
"search_pattern": {
"default": "FILES/*",
"description": "Search pattern for files (e.g., '*.mzML', '*.zip', '*.d'). Default is 'FILES/*' to match all files",
"type": "string"
},
"study_id": {
"description": "MetaboLights study ID (e.g., 'MTBLS1')",
"type": "string"
}
},
"required": [
"study_id"
],
"type": "object"
}Examples (1)
Default Metabolights Get Study Data Files call
public-safeinput
{
"file_match": false,
"folder_match": false,
"study_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_metabolights_get_study_data_files
- Tool name
- metabolights_get_study_data_files
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse