AllenNeuralDynamics / aind-data-transfer-service

FastAPI service to run data compression and transfer jobs on the hpc
MIT License
1 stars 0 forks source link

Add filters for job status return response #128

Closed helen-m-lin closed 3 weeks ago

helen-m-lin commented 2 months ago

Is your feature request related to a problem? Please describe. As a user, I would like to only be able to query for jobs by their id or status (success, failed, etc.) in the job status page.

Describe the solution you'd like Allow users to query jobs by id/ data asset name and status (success, failed, etc.) in /jobs page. Consider any other relevant filters.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.