List extraction pipelines

Returns a list of all extraction pipelines for a given project

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
limit
integer [ 1 .. 1000 ]
Default: 100

Limits the number of results to be returned. The maximum results returned by the server is 1000 even if you specify a higher limit.

cursor
string

Cursor for paging through results.

Example: cursor=4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo
Responses
200

Response with the list of extraction pipelines

get/extpipes
Request samples
ep_list = client.extraction_pipelines.list(limit=5)
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}