GET
/api/v1/documents/{documentType}/{glob}
Use * for all documents, or glob patterns like GARAGE-* to match subsets. Supports * and ? wildcards.
Response
200 OK
{
"matches": [...document objects],
"count": 2
}