post
http://{{host}}/document/metadata/search
Retrieve document/s by metadata key-values you have set when you created the operation
The following example show how to search documents where you have set a "shared_id" key with "123456" value in the metadata field of the sign operation
{
"filters": [
{
"shared_id": "123456"
}
}
