<@U04UQ68083H> can you filter OAuth2 client by met...
# ory-copilot
v
@chilly-king-10285 can you filter OAuth2 client by metadata?
b
A message from kapa.ai
Based on the provided knowledge sources, I don't have specific information about filtering OAuth2 clients by metadata in Ory. The documents mention various parameters for listing OAuth2 clients, but metadata filtering is not explicitly mentioned. The closest relevant information I found is from the [Hydra API Reference](https://www.ory.sh/docs/hydra/reference/api), which shows that the
listOAuth2Clients
endpoint allows filtering by client name and owner:
Copy code
GET /admin/clients  Parameters: client_name: The name of the clients to filter by. owner: The owner of the clients to filter by.
However, there's no specific mention of filtering by metadata. It's possible that this functionality exists but is not documented in the provided sources, or it may not be a feature currently supported by Ory Hydra. If you need more specific information about filtering OAuth2 clients by metadata, you might want to consult the latest Ory documentation or reach out to Ory support for the most up-to-date information.