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"
]
}Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●