List of all extraction pipeline runs for a given extraction pipeline. Sorted by createdTime value with descendant order.
Response with list of extraction pipeline runs
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/extpipes/runs?externalId=string&limit=100&cursor=4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "items": [
- {
- "id": 1,
- "status": "string",
- "message": "string",
- "createdTime": 1730204346000
}
], - "nextCursor": "string"
}