add a time filter in DBT API run request

Hello,

I’d like to map the steps of my dbt jobs with their usage in BigQuery.
To do this, I’m calling the dbt API using Airbyte.

I’m currently using the following endpoint:
https://cloud.getdbt.com/api/v2/accounts/{account_id}/runs/
However, I’d like to add a time filter (last day or last 12 hours) so I can retrieve only the most recent job runs.

Does anyone know if this is possible, and if so, could you share the query or parameters needed to achieve that?

Thanks in advance!