v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Contexts

Get context kinds

Get all context kinds for a given project.

get/api/v2/projects/{projectKey}/context-kinds

Path parameters

projectKeystring string required

The project key

The project key

Response

Context kinds collection response

_linksobject required

The location and content type of related resources

Example response

{
  "items": [
    {
      "key": "organization-key-123abc",
      "name": "Organization",
      "description": "An example context kind, to enable targeting based on organization",
      "version": 4
    }
  ]
}