Back to catalog
Cortexa research tool·structure·iedb_ext
Iedb Get Epitope Tcell Assays
Get T-cell assay data linked to a specific epitope structure ID. Given an epitope_id (from iedb_search_epitopes), returns all T-cell assays that tested this epitope. Useful for understanding the T-cell immunogenicity of a known epitope.
Livelast probed 2026-04-30 23:07Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"epitope_id": {
"description": "IEDB epitope structure ID (from iedb_search_epitopes results). Example: 20354 for GILGFVFTL.",
"type": "integer"
},
"filters": {
"additionalProperties": {
"type": "string"
},
"description": "Additional PostgREST filters.",
"type": "object"
},
"limit": {
"default": 20,
"description": "Maximum rows to return.",
"type": "integer"
},
"offset": {
"default": 0,
"description": "Pagination offset.",
"type": "integer"
},
"select": {
"description": "Columns to return.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"required": [
"epitope_id"
],
"type": "object"
}Examples (1)
Default Iedb Get Epitope Tcell Assays call
public-safeinput
{
"epitope_id": 1,
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_iedb_get_epitope_tcell_assays
- Tool name
- iedb_get_epitope_tcell_assays
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse