Filtro Get Jobs

Puedo sacar un informe de procesos con un cierto estado, pero necesitaría sacar la información para procesos en un intervalo de tiempo.
Gracias

@gregorio.monroy
welcome to the forum

give a try on Orchestrator API

using starTime / endTime within the filter option

utilizo la actividad Get Jobs. Para el estado me es facil “state eq ‘Faulted’” pero la fecha he probado varias opciones y no he logrado nada.

the timestamp is also a parameter that’s received.

Can you show the API amd the json response you have got?

Hola Raulsharma, no he usado ninguna API, solo la actividad GET JOBS.

then you can use a LINQ Statement for Filtering (afterwards)
and also using the Filter Statement from the input properties

grafik

Prototyping you can do with the swagger
https://docs.uipath.com/orchestrator/reference/managing-logical-resources


https://docs.uipath.com/orchestrator/reference/api-references

Perdón por no contestar, estoy con otra cosa y no medio tiempo probar. De todas formas probare lo que me han enviadon y seguro consigo lo que espero.
Gracias