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

@sduenas sduenas self-requested a review November 14, 2025 14:55
This commit introduces two new API endpoints to fetch
the latest events for a specific project and repository.

These endpoints allow filtering by event type and date,
and support pagination.

Signed-off-by: Jose Javier Merchante <[email protected]>
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