v3

latestOpenAPI 3.1.02026-07-31550239.5 KB
Orgs

Org release feed (cursor-paginated)

Returns the org's combined release feed across all sources, newest-first. Cursor-paginated — pass nextCursor from the previous response as ?cursor= on the next request. Accepts ?source_type=, ?kind=, ?include_coverage=true, ?include_prereleases=true, and ?q= full-text search.

get/orgs/{slug}/releases

Path parameters

slugstring required

Query parameters

cursorstring

Opaque cursor from a previous response's pagination.nextCursor.

limitinteger

Max releases to return. Defaults to 20, capped at 100.

source_typestring

Filter by source type (e.g. github, feed, scrape).

kind'platform' | 'sdk' | 'mobile' | 'desktop' | 'docs' | 'integration' | 'tool'

Filter by resolved entity kind (source.kind ?? product.kind). One of: platform, sdk, mobile, desktop, docs, integration, tool.

productstring

Restrict the feed to one product (slug or prod_… id, scoped to this org). Unknown product → 404.

include_coverageboolean

When true, include coverage-side rows (hidden by default).

include_prereleasesboolean

When true, include pre-release entries.

qstring

Full-text search query applied to release title and content.

sincestring

Keep only releases published at or after this bound. Accepts an ISO date/datetime or relative shorthand (90d, 4w, 6m, 2y). Filters published_at; undated releases are dropped.

untilstring

Keep only releases published at or before this bound. Same input formats as since.

Response

Release feed