Skip to content

Conversation

@jjmerchante
Copy link
Contributor

This PR adds a new API endpoint to retrieve latest events. It allows users to specify pagination such as from_id, to_id, and size.

Both from_id and to_id could refer to the timestamp milliseconds where the event was created.

The new endpoint is /api/v1/events/stream/

Resolves chaoss/grimoirelab#810

This commit adds a new API endpoint to retrieve
the latest events. It allows users to specify pagination
parameters such as 'from_id', 'to_id', and 'size'.

Both 'from_id' and 'to_id' could refer to the timestamp
in milliseconds where the event was created.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
@sduenas sduenas self-requested a review November 14, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Events API

1 participant