Hi everyone! I'm an analytics engineer using dbt. We use prefect cloud to schedule our job runs instead of dbt cloud. I'm super new to using prefect and a python novice in general (someone else at our company set up our prefect instance). I want to improve our dbt project's CD job by having it check prefect's API to see if there is a dbt related flow already running. If there is, I'll have the CD job pause and try again later (it would be even better if I could automatically pick back up when the flow finishes...). Does anyone have any advice for which API objects I could use to accomplish this? I was looking at
Next Runs By Flow
but I'm not sure if this would give me what I need--I'm more concerned with getting any flows that are currently running and their start time.