Creates multiple new extraction pipelines. A maximum of 1000 extraction pipelines can be created per request.
required  | Array of objects (CreateExtPipe)   [ 1 .. 1000 ] items   | 
Response with the list of extraction pipelines
Response for a failed request
{- "items": [
- {
- "externalId": "string",
 - "name": "string",
 - "description": "string",
 - "dataSetId": 9007199254740991,
 - "rawTables": [
- {
- "dbName": "string",
 - "tableName": "string"
 
} 
], - "schedule": "string",
 - "contacts": [
- {
- "name": "string",
 - "email": "user@example.com",
 - "role": "string",
 - "sendNotification": true
 
} 
], - "metadata": {
- "property1": "string",
 - "property2": "string"
 
}, - "source": "string",
 - "documentation": "string",
 - "notificationConfig": {
- "allowedNotSeenRangeInMinutes": 0
 
}, - "createdBy": "string"
 
} 
] 
}{- "items": [
- {
- "externalId": "string",
 - "name": "string",
 - "description": "string",
 - "dataSetId": 9007199254740991,
 - "rawTables": [
- {
- "dbName": "string",
 - "tableName": "string"
 
} 
], - "schedule": "string",
 - "contacts": [
- {
- "name": "string",
 - "email": "user@example.com",
 - "role": "string",
 - "sendNotification": true
 
} 
], - "metadata": {
- "property1": "string",
 - "property2": "string"
 
}, - "source": "string",
 - "documentation": "string",
 - "notificationConfig": {
- "allowedNotSeenRangeInMinutes": 0
 
}, - "createdBy": "string",
 - "id": 9007199254740991,
 - "lastSuccess": 0,
 - "lastFailure": 0,
 - "lastMessage": "string",
 - "lastSeen": 0,
 - "createdTime": 1730204346000,
 - "lastUpdatedTime": 1730204346000
 
} 
], - "nextCursor": "string"
 
}