ReferenceAsk
Remy Reference/admin/Inspect quarantine
?

Inspect quarantine

Lists the objects a mapped job skipped or errored on, with the reason for each.
admin.dataSourceMappers.quarantine({ jobId, kind?, cursor?, limit? })

Lists the objects a mapped job set aside: the ones its mapper skipped, and the ones that threw. Each carries the key and the reason, so a bad batch is diagnosable before you fix the mapper and replay them.

Parameters
id
string
RequiredJob id (positional).
--kind
skip|error
Show only skipped, or only errored, objects.
--reason
text
Filter by reason text.
--cursor
id
Page cursor.
--limit
number
Page size.
CLI
remy-admin datasources jobs quarantine job_abc123 --kind error --limit 50