EventSub subscriptions list pagination

I have a question about an inconsistency in the API reference:

The response fields for the endpoint to retrieve a list of EventSub subscriptions specify a pagination object in the response, but no pagination related query parameters are mentioned. Is the endpoint not actually paginated and the pagination object always empty or is this a case of missing optional query parameters in the documentation?

In the latter case, are the pagination parameters the same as for the other paginated endpoints, i.e. before, after and first?

Generally speaking, all helix endpoints support after and first (for consistency)

Not all helix endpoints support before

At time of writing/last I tested eventsub/subscriptions doesn’t support first.

So assume that a given Helix endpoint supports after and first

See also:

Both first/after should be documented, but first is not working as expected

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.