Entries search criteria by post_id (entry_id)

Hi there.

Im trying to filter and output entries from a specific form by submission post ID, like so:

$search_criteria['field_filters'][] = array( 'key' => 'entry_id', 'value' => 10 );

But it doesn’t see to be working.

Anyone has a idea how can I achieve this?

Thanks in advance!