Projects
Context

Lists the Project Context collection: the workspace Context reads scoped to the Project's repository, and — for a package Project — narrowed to its package subpath. The Project source URI is matched to the context source canonical repository URL; a root Project (no subpath) includes every accessible occurrence in that repository, a package Project only those whose path equals the subpath or begins with the subpath plus a slash. No Project-to-Context relation is stored: scope is matched at read time. Cursor paginated, sortable by name or -updatedAt, and filterable by kind, relationship state, provider, direct source repository, and free text.

get/v1/projects/{projectId}/context

Path parameters

projectIdstring uuid required

Query parameters

'name'
OR
'-name'
OR
'updatedAt'
OR
'-updatedAt'
page[size]number
page[after]string
filter[kind]string
'published'
OR
'in-codebases'
filter[provider]string
filter[repository]string uuid
filter[q]string
'ninety-plus'
OR
'seventy-to-eighty-nine'
OR
'below-seventy'
OR
'unscored'
OR
'none'
OR
'pending'
OR
'failed'
OR
'NONE'
OR
'LOW'
OR
'MEDIUM'
OR
'HIGH'
OR
'CRITICAL'
OR

Headers

Authorizationstring

Response

Default Response

Changes