Back to catalog
Cortexa research tool·biomedical·cellosaurus
Cellosaurus Search Cell Lines
Search Cellosaurus cell lines using the /search/cell-line endpoint. Supports Solr query syntax for precise field-based searches.
Livelast probed 2026-04-30 23:07Z· 86msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 86ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"offset": {
"default": 0,
"description": "Number of results to skip (for pagination)",
"type": "integer"
},
"q": {
"description": "Search query. Supports Solr syntax for field-specific searches (e.g., 'id:HeLa', 'ox:9606', 'char:cancer'). See https://api.cellosaurus.org/api-fields for available fields.",
"type": "string"
},
"size": {
"default": 20,
"description": "Maximum number of results to return",
"type": "integer"
}
},
"required": [
"q"
],
"type": "object"
}Examples (1)
Default Cellosaurus Search Cell Lines call
public-safeinput
{
"offset": 1,
"q": "",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_cellosaurus_search_cell_lines
- Tool name
- cellosaurus_search_cell_lines
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse