Back to catalog
Cortexa research tool·structure·intact
Intact Get Interactions
Get all interactions involving a specific interactor (protein or gene) by identifier. Uses EBI Search API (IntAct domain) for reliable access. Returns list of interactions with interaction IDs (e.g., 'EBI-366083-EBI-366083') in the 'interaction_ids' field. These IDs can be used with intact_get_interaction_details or intact_get_interaction_network to get detailed information. Accepts UniProt IDs, gene names, or IntAct identifiers.
Livelast probed 2026-05-01 01:00Z· 550msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 550ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"xml"
],
"type": "string"
},
"identifier": {
"description": "IntAct identifier, UniProt ID, or gene name",
"type": "string"
}
},
"required": [
"identifier"
],
"type": "object"
}Examples (1)
Default Intact Get Interactions call
public-safeinput
{
"identifier": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_intact_get_interactions
- Tool name
- intact_get_interactions
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse