Filter extraction pipeline runs

Use advanced filtering options to find extraction pipeline runs. Sorted by createdTime value with descendant order.

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

Limits the number of results to return.

cursor
string
Responses
200

Response with list of extraction pipeline runs

400

Response for a failed request

post/extpipes/runs/list
Request samples
application/json
{
  • "filter": {
    • "externalId": "string",
    • "statuses": [
      ],
    • "createdTime": {
      },
    • "message": {
      }
    },
  • "limit": 100,
  • "cursor": "string"
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}