How do I filter Get Jobs Activity to filter a specific Job Id?

I am using the Start Job activity and the output I see if Job Id and Process Id.
I am also using the Get Jobs activity to get a list of jobs. But I want it to filter based on the Job Id, so I can get the State of that specific Job Id.
What do I put in the Filter for Get Jobs?

Thanks.

If you just want one job then use the Orchestrator HTTP Request activity with this endpoint:

/odata/Jobs(*JobId*)

Check If this can help
https://forum.uipath.com/t/which-filter-options-do-i-have-with-get-jobs-activity/84596

Or This
https://forum.uipath.com/t/usage-of-get-jobs-activity/194960

hi @phiking

Can You Give the input can filter the data by using linq query