Skip to main content
Version: v2023.18.0

GET Document existence

This API allows you to check the existence of a specific document.

API Description

Endpoint:

GET /documents/{documentId}/check

Resource path:

VariableRequiredDescription
documentIdYesThe ID of a document

Response :

TypeDescription
HttpStatusHTTP status code indicating the existence of the document

Examples

Check Document

The following example demonstrates how to check the existence of a document with the ID b64_bm9yZS92SDMtMS0xMTh1735080237.

curl -X 'GET' \
'http://localhost:8761/documents/b64_bm9yZS92SDMtMS0xMTh1735080237/check' \
-H 'accept: application/json'