curl --request GET \
--url https://api.letpiper.com/v1/orgs/{org_id}/knowledge/documents/{document_id}/status \
--header 'Authorization: Bearer <token>'{
"documentId": "<string>",
"status": "<string>",
"progress": 123,
"error": "<string>",
"metadata": {}
}Get the processing status of a document. Requires: Authentication only.
curl --request GET \
--url https://api.letpiper.com/v1/orgs/{org_id}/knowledge/documents/{document_id}/status \
--header 'Authorization: Bearer <token>'{
"documentId": "<string>",
"status": "<string>",
"progress": 123,
"error": "<string>",
"metadata": {}
}Platform token (starts with pat_)