ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

PublicAPI: Allow to list all created jobs (support paging) #4110

Closed sanderegg closed 1 year ago

sanderegg commented 1 year ago

Currently it is possible to list jobs but this is limited to 20 and there is no possibility to list more. proposal:

pcrespov commented 1 year ago

I wonder if we could add pagination options in the headers so it does not affect the python client generation ... otherwise we should add defaults -> defaults and separate entries

bisgaard-itis commented 1 year ago

@sanderegg Do you know what the last point in the tasklist is about? I am just wondering if we could close this one? For reference, on the client side we merged this one:

bisgaard-itis commented 1 year ago

After discussion with @sanderegg I have moved the filtering subtask to a separate issue so this one is considered done.