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
Example response
{
"id": "ctx_abc123def456",
"organizationId": "org_xyz789uvw012",
"tags": [
"authentication",
"security"
]
}