v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
Pipelines

Process Files - draft

Search data pipeline workflows

post/v1/pipeline/pipelines/{pipelineID}/reprocess

Path parameters

pipelineIDstring required

Pipeline UUID

Request body

fieldsstring json required

JSON array of fileIDs that need to be reprocessed.

Response

200

Example response

{
  "successful": [
    {
      "fileId": "6e79b51f-e4b7-4440-996c-10516a02be98",
      "workflowId": "966f2740-42c6-4ea9-a1ef-5f78e857e4fc"
    }
  ],
  "errored": [
    {
      "fileId": "29285cb8-bd94-44a5-b0a5-111111111111",
      "error": "Not Found"
    }
  ]
}