Back to catalog
Cortexa research tool·genomics·hca_tools
Hca Get File Manifest
Retrieves a list of downloadable files for a specific Human Cell Atlas (HCA) project identified by its Project ID.
Livelast probed 2026-05-01 01:00Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"action": {
"default": "get_file_manifest",
"description": "The specific action to perform. Must be set to 'get_file_manifest'.",
"enum": [
"get_file_manifest"
],
"type": "string"
},
"limit": {
"default": 10,
"description": "The maximum number of files to list. The default is 10.",
"type": "integer"
},
"project_id": {
"description": "The unique UUID of the project (entryId) for which to retrieve files. This ID is typically obtained from the 'hca_search_projects' tool.",
"type": "string"
}
},
"required": [
"action",
"project_id"
],
"type": "object"
}Examples (1)
Default Hca Get File Manifest call
public-safeinput
{
"action": "",
"limit": 3,
"project_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_hca_get_file_manifest
- Tool name
- hca_get_file_manifest
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse