v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
Context

Get organization context

Retrieve one organization context entry with source details and approved content for compliance automation workflows.

get/v1/context/{id}

Path parameters

idstring required
Example:ctx_abc123def456

Context entry ID

Response

Context entry retrieved successfully

idstring
organizationIdstring
questionstring
answerstring
tagsstring[]
createdAtstring date-time
updatedAtstring date-time
authType'api-key' | 'session'

Example response

{
  "id": "ctx_abc123def456",
  "organizationId": "org_xyz789uvw012",
  "tags": [
    "authentication",
    "security"
  ]
}