Create multiple extraction pipeline runs. Current version supports one extraction pipeline run per request. Extraction pipeline runs support three statuses: success, failure, seen. The content of the Error Message parameter is configurable and will contain any messages that have been configured within the extraction pipeline.
required | Array of objects (ExtPipeRunRequest) [ 1 .. 1000 ] items |
Response with list of extraction pipeline runs
Response for a failed request
{- "items": [
- {
- "externalId": "string",
- "status": "success",
- "message": "string",
- "createdTime": 0
}
]
}
{- "items": [
- {
- "id": 1,
- "status": "string",
- "message": "string",
- "createdTime": 1730204346000,
- "externalId": "string"
}
]
}