Back to Sentry API
Sentry API

Deprecate project_id query param; add project param

DeprecationDeprecation

This is a deprecation — the affected surface still works, but the vendor has marked it for removal. Plan a migration before it goes away.

What changed

The project_id query parameter is now deprecated on release endpoints in favor of a new project parameter that accepts both integer IDs and string slugs. The new project parameter overrides project_id when both are provided, allowing more flexible project filtering.

Open the source documentation