Back to catalog
Cortexa research tool·genomics·jaspar
Jaspar Get Matrix Versions
List all versions available for a JASPAR matrix base ID (e.g., base_id MA0002). This is useful for reproducibility (choose a specific matrix version like MA0002.2) and for tracking updates across releases.
Livelast probed 2026-05-01 01:00Z· 1815msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1815ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"base_id": {
"description": "JASPAR base matrix ID without version (e.g., 'MA0002'). You can get `base_id` from `jaspar_get_matrix`.",
"type": "string"
},
"page": {
"default": 1,
"description": "Page number (1-based).",
"type": "integer"
},
"page_size": {
"default": 20,
"description": "Results per page.",
"type": "integer"
}
},
"required": [
"base_id"
],
"type": "object"
}Examples (1)
Default Jaspar Get Matrix Versions call
public-safeinput
{
"base_id": "",
"page": 1,
"page_size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_jaspar_get_matrix_versions
- Tool name
- jaspar_get_matrix_versions
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse