Pipeline API documentation issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 04:58 AM - edited 11-10-2023 04:59 AM
In List Pipelines API documentation, at response is specified that response is
statuses
Array of objects
The list of events matching the request criteria.
next_page_token
string
If present, a token to fetch the next page of events.
But if we retrieve a list using page_token param, there is also `prev_page_token` field in response which is not exposed in documentation. Can documentation be updated ?