Back to catalog
Cortexa research tool·structure·intact
Intact Get Interactions By Complex
Search for protein complexes in IntAct database using Complex Web Service. Accepts complex names (e.g., 'TP53', 'ndc80'), complex ACs (e.g., 'CPX-915'), or gene names. Returns complex information including complex AC, name, description, organism, and interactors. Use the complex ACs from results to find related interactions. Note: This searches for complexes, not interactions directly. To find interactions involving a complex, use the complex name or AC with intact_search_interactions.
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": {
"complex_id": {
"description": "Complex name (e.g., 'TP53', 'ndc80'), complex AC (e.g., 'CPX-915'), or gene name",
"type": "string"
},
"first": {
"default": 0,
"description": "First result index for pagination (default: 0)",
"minimum": 0,
"type": "integer"
},
"format": {
"default": "json",
"enum": [
"json",
"xml"
],
"type": "string"
},
"size": {
"default": 25,
"description": "Maximum number of results to return (default: 25, max: 100)",
"maximum": 100,
"type": "integer"
}
},
"required": [
"complex_id"
],
"type": "object"
}Examples (1)
Default Intact Get Interactions By Complex call
public-safeinput
{
"complex_id": "",
"first": 1,
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_intact_get_interactions_by_complex
- Tool name
- intact_get_interactions_by_complex
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse