Filter by metadata stored on the entity by passing a map of key-value pairs to filter on. The key should be valid JSONPath to a corresponding metadata key.
For example, an entity created with the following metadata
"account": {
"id": "acct_123"
}
could have the following metadata filter to find entities with the metadata account id:
?metadata[$.account.id]=acct_123