Skip to content

Get the version of a document the organization is currently on

GET
/v1/documents/{slug}
curl --request GET \
--url https://api.adversarial.com/api/v1/documents/cybergov

Resolves a slug to the organization’s policy of record, so a client holding only a slug can address the version routes without fetching the whole list.

slug
required
string

The document slug

Example
cybergov

How the organization stands on this document

Media typeapplication/json

How an organization stands on one document: the version in force, and the version it is adopting, if any. The body of GET/PATCH /documents/{slug}.

object
adopting_version
One of:
null
current
One of:
null
Example
{
"adopting_version": "2026.9.1",
"current": {
"category": "governance",
"latest_version": "2026.9.1",
"slug": "cisp",
"state": {
"value": "uninitialized"
},
"version": "2026.9.1",
"version_state": "current"
}
}

No such document