Documentation Index
Fetch the complete documentation index at: https://docs.maximem.ai/llms.txt
Use this file to discover all available pages before exploring further.
completed, failed, or partial_success). Internally polls memories.status at the requested interval and returns the final status response. Useful for scripts and tests where you need a synchronous result before moving on.
Parameters
The ingestion job ID to wait on.
Maximum time to wait in seconds. Defaults to
300.How often to poll for status in seconds. Defaults to
2.Returns
MemoryStatusResponse — the final status response once the job reaches completed, failed, or partial_success. See memories.status for the full field list.
Example
Raises
TimeoutError— when the job does not reach a terminal status withintimeout_seconds.SynapAuthError— when the API key is missing or invalid.SynapNotFoundError— when theingestion_idis unknown.