get_analysis_not_found
Get the identifiers from your analysis that did not map to any Reactome entity, with paginated results and a total count.
Instructions
List the submitted identifiers that did not map to any Reactome entity.
Args:
token: The `token` returned by `analyze_identifiers`.
page: Zero-based page number.
page_size: Identifiers per page.
Returns:
Dict `{count, notFound}` of the unmapped identifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| token | Yes | ||
| page_size | No |