Resolve a GitHub owner/repo coordinate to an indexed source (read-only, no materialize)
Read-only counterpart to POST /v1/lookups: given coordinate=owner/repo (optionally github:owner/repo), returns the canonical org-scoped tuple { sourceId, sourceSlug, orgSlug } for a matching visible catalog source, or 404 when the repo isn't indexed. Unlike the POST, it never probes GitHub or materializes a hidden stub. Matches sources.url case-insensitively; on a multi-row case collision it prefers the exact-case row, then the oldest by (createdAt, id).
Query parameters
GitHub coordinate, e.g. "honojs/hono" or "github:honojs/hono".
Response
Canonical home for the indexed repo
Changes
Changed in 1 of the 5 revisions of this API.2
- ●
added the new
too_largeenum value to theerror/typeresponse property for the response status400response-property-enum-value-added
- ●
added the new
too_largeenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●