Help with filter parameters To extract data about jobs through an API

Hello, I need your help to carry out a data filtering issue that can be obtained through an API from UiPath Orchestrator, for example I use the API UiPath odata/Jobs that would return the jobs that are running in the orchestrator, but if I wanted to get only the Jobs that are run from a time range for example from 9:00 am to 9:15 am, but the API brings me that because with the current execution it returns all the jobs, what steps should I follow to do so or where can I get guidance? I would appreciate your help with this issue, thank you.

you can use the end point
GET https://your-orchestrator-url/odata/Jobs?$filter=StartTime ge 2024-10-25T09:00:00Z and StartTime le 2024-10-25T09:15:00Z

Hope it helps.

@lucas.ruiz

Looks like a duplicate topic

Cheers