Data Feeds
Send Bulk CSV to a Project Data Feed
Uploads a CSV file to an ingestion Data Feed for processing. The Data Feed must have a “Endpoint” source configured. The file will be processed asynchronously through the pipeline’s stages (collection, transformation, publication).
POST
Submit a data file to an ingestion Data Feed
Authorizations
Path Parameters
The friendly ID of the data ingestion pipeline
Example:
"datafd_abc123def456"
Body
multipart/form-data
CSV file to upload (max 50MB)
Response
File successfully submitted and pipeline run started
Previous
Bulk dismiss rule resultsDismisses many data rule results (alerts) in a single request, across any rules in the project. Each result is identified by its rule-result friendly ID (`dpres_...` for data point results, `mrres_...` for model run results); data point and model run results can be mixed in one call. The same dismissal reason is applied to every result. The operation is all-or-nothing: if the reason is blank, the list is empty, or any ID is unknown to the project or points at a passing result, nothing is dismissed and a 422 is returned. Already-dismissed results are a no-op, so retries are idempotent. Requires the rules engine feature on the account.
Next
Submit a data file to an ingestion Data Feed