Fency.ai
Memory bulk jobs

Memory bulk jobs

Upsert or delete many METADATA memories in one job and poll for progress.

Bulk jobs upsert or delete many memories asynchronously. They are only available for METADATA memories. Create a job, then poll its status until it finishes. Memories themselves stay on Memories.

The bulk job

AttributeTypeDescription
jobIdstringThe unique identifier of the bulk job.
typestringThe bulk job type.
statusstringCurrent job status.
totalItemsnumberTotal number of items in the job.
processedItemsnumberNumber of items processed so far.
memoryTypeIdstringMemory type the job applies to.
resultobjectPer-item outcome counts when the job has results (created, updated, skipped, deleted, notFound).
errorMessagestringError message when the job failed.
createdAtstringWhen the job was created.
completedAtstringWhen the job finished, if applicable.

On this page