Get a Knowledge library, documents, and versions

GET/v1/knowledge/{libraryId}

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
libraryIdpathstringYesKnowledge library ID
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Knowledge library detailsapplication/json
FieldTypeRequiredDescription
libraryobjectNo
library.idstringYesUnique identifier.
library.namestringYesHuman-readable name.
library.descriptionstringYesHuman-readable description.
library.homeDocumentIdstringYes
library.creatorIdstringNo
library.creatorUserIdstringNo
library.creatorNamestringNo
library.creatorEmailstringNo
library.creatorAvatarUrlstringNo
library.ownerIdstringNo
library.ownerUserIdstringNo
library.ownerNamestringNo
library.ownerEmailstringNo
library.ownerAvatarUrlstringNo
library.currentVersionIdstringYes
library.currentVersionNumberintegerYes
library.publishedVersionIdstringNo
library.metadataobjectNoFree-form metadata object.
library.permissionSetobjectNo
library.documentsobject[]No
library.documents[].idstringYesUnique identifier.
library.documents[].libraryIdstringYes
library.documents[].revisionIdstringYes
library.documents[].currentRevisionIdstringNo
library.documents[].parentDocumentIdstringNo
library.documents[].slugstringNo
library.documents[].sortOrderintegerNo
library.documents[].archivedbooleanNo
library.documents[].titlestringYesDisplay title.
library.documents[].namestringNoHuman-readable name.
library.documents[].summarystringNo
library.documents[].descriptionstringNoHuman-readable description.
library.documents[].markdownstringYes
library.documents[].contentstringNoRaw text content.
library.documents[].contentHashstringYes
library.documents[].provenanceobjectNo
library.documents[].createdByUserIdstringNo
library.documents[].revisionCreatedByUserIdstringNo
library.documents[].createdAtstringYesISO 8601 timestamp.
library.documents[].revisionCreatedAtstringNo
library.documents[].updatedAtstringYesISO 8601 timestamp.
library.versionsobject[]No
library.versions[].idstringYesUnique identifier.
library.versions[].numberintegerNo
library.versions[].versionNumberintegerYes
library.versions[].namestringNoHuman-readable name.
library.versions[].descriptionstringNoHuman-readable description.
library.versions[].statussaved | publishedYesCurrent lifecycle status.
library.versions[].fingerprintstringYes
library.versions[].publishedAtstringNo
library.versions[].createdAtstringYesISO 8601 timestamp.
library.versions[].updatedAtstringYesISO 8601 timestamp.
library.createdAtstringYesISO 8601 timestamp.
library.updatedAtstringYesISO 8601 timestamp.
Get a Knowledge library, documents, and versions
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow