Back to catalog
Cortexa research tool·genomics·iedb_tools
Iedb Search Antigens
Search antigen-related rows (IEDB Query API). This is mainly useful for discovering antigen IRIs/IDs to use in other filters. Tip: use `select` to request only a few fields (smaller + faster responses).
Livelast probed 2026-05-01 01:00Z· 388msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 388ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"filters": {
"additionalProperties": {
"type": "string"
},
"description": "Advanced PostgREST filters mapping column -> filter expression.",
"type": "object"
},
"limit": {
"default": 10,
"description": "Maximum number of rows to return.",
"type": "integer"
},
"offset": {
"default": 0,
"description": "Pagination offset.",
"type": "integer"
},
"order": {
"description": "Optional PostgREST order clause.",
"type": "string"
},
"select": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Optional projection list (comma-separated string or array of field names)."
}
},
"required": [],
"type": "object"
}Examples (1)
Default Iedb Search Antigens call
public-safeinput
{
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_iedb_search_antigens
- Tool name
- iedb_search_antigens
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse