Raw Data

Scan for unprocessed raw data and queue it for ingestion

Queue every not-yet-processed raw-data record in a project.

Designed to be called on a schedule. Returns immediately after enqueuing; parsing and validation happen on the task worker. Safe to call concurrently — each record is claimed before it is enqueued, so overlapping runs cannot process the same file twice.

post/raw_data/scan

Query parameters

project_idstring required

Project to scan

Project to scan

Response

Successful Response

scannedinteger required

Pending records examined.

queuedinteger required

Records enqueued for ingestion.

raw_data_idsstring[]

The records that were enqueued.

Changes

No recorded changes to this endpoint across all 1 revision of this API.