Filter extraction pipelines

Use advanced filtering options to find extraction pipelines.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
object (ExtPipesFilter)
limit
integer <int32> [ 1 .. 1000 ]
Default: 100

Limits the number of results to return.

cursor
string
Responses
200

Response with the list of extraction pipelines

400

Response for a failed request

post/extpipes/list
Request samples
application/json
{
  • "filter": {
    • "externalIdPrefix": "string",
    • "name": "string",
    • "description": "string",
    • "dataSetIds": [
      ],
    • "schedule": "string",
    • "contacts": [
      ],
    • "rawTables": [
      ],
    • "metadata": {
      },
    • "source": "string",
    • "documentation": "string",
    • "createdBy": "string",
    • "createdTime": {
      },
    • "lastUpdatedTime": {
      }
    },
  • "limit": 100,
  • "cursor": "string"
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}