Back to catalog
Cortexa research tool·genomics·dbfetch
Dbfetch Fetch Batch
Fetch multiple database entries by IDs in batch. Supports comma-separated IDs or list of IDs. Returns entries in specified format.
Livelast probed 2026-05-01 01:00Z· 97msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 97ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"db": {
"description": "Database name",
"type": "string"
},
"format": {
"default": "fasta",
"description": "Output format (default: 'fasta')",
"type": "string"
},
"ids": {
"description": "Comma-separated IDs or list of IDs (e.g., 'P05067,P04637' or ['P05067', 'P04637'])",
"type": [
"string",
"array"
]
}
},
"required": [
"db",
"ids"
],
"type": "object"
}Examples (1)
Default Dbfetch Fetch Batch call
public-safeinput
{
"db": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_dbfetch_fetch_batch
- Tool name
- dbfetch_fetch_batch
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse