Filter Events by metadata in API

Hello. Is there any way to filter EventLogEntries by fields inside metadata within the query? I found an example that does filter events my metadata but that was done after the query, can I use for example the “old_value” field of the metadata to filter events inside the query?

Hi @xizted,

Tried to figure this one out for u but any API call returns following error code:

Fault: API read() EventLogEntry.meta’s ‘serializable’ data type cannot be used in a filter

However if your goal is to filter on “old_value” you could use a combination of “Status” and “From” in the summary field for your query since it also contains this info.
I do think that this query would be very heavy to process as you are scanning through thousands of entries.