Orgs
Context

Lists the org Context collection: the union of every accessible workspace's Context collection across the org, one family-deduplicated row per occurrence group with the workspaces it was discovered through. v1 is a union of the workspace-scoped reads; a family surfacing through several workspaces appears once with every attribution. Cursor paginated, sortable by name or -updatedAt, filterable by kind, relationship state, provider, direct source repository, and free text, and narrowable to specific workspaces with a repeatable workspaceId filter.

get/experimental/orgs/{orgId}/context

Path parameters

orgIdstring 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
filter[groupId]string uuid
'ninety-plus'
OR
'seventy-to-eighty-nine'
OR
'below-seventy'
OR
'unscored'
OR
'none'
OR
'pending'
OR
'failed'
OR
'passed'
OR
'critical'
OR
string uuid
OR
string[]

Headers

Authorizationstring

Response

Default Response

Changes

Changed in 4 of the 25 revisions of this API.5

    • added the new optional query request parameter filter[groupId]

      new-optional-request-parameter

    • added the new optional query request parameter filter[repository]

      new-optional-request-parameter

    • added the required property meta/repositories to the response with the 200 status

      response-required-property-added

    • added the required property data/items/attributes/scores to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added