curl --request GET \
--url http://co-mind-platform-host/v1/document-analyzer/sessions/{id}/review/items/{itemId} \
--header 'Authorization: Bearer <token>'{}Get a specific review item from a document analysis session.
curl --request GET \
--url http://co-mind-platform-host/v1/document-analyzer/sessions/{id}/review/items/{itemId} \
--header 'Authorization: Bearer <token>'{}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>Review item details
The response is of type object.