Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /jobs/{job_id}/results summary #482

Closed
soxofaan opened this issue Mar 7, 2023 · 1 comment
Closed

GET /jobs/{job_id}/results summary #482

soxofaan opened this issue Mar 7, 2023 · 1 comment
Milestone

Comments

@soxofaan
Copy link
Member

soxofaan commented Mar 7, 2023

openeo-api/openapi.yaml

Lines 2995 to 2999 in 16b1122

'/jobs/{job_id}/results':
parameters:
- $ref: '#/components/parameters/job_id'
get:
summary: Download results for a completed batch job

I'm always confused by the summary of GET /jobs/{job_id}/results: it says "download results", but it's just about listing metadata about the job result and related assets. The assets include a download link, but that link and the actual downloading are not part of the openEO API.

I'd propose to change the summary to

List batch job result metadata and assets

@m-mohr
Copy link
Member

m-mohr commented Mar 30, 2023

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants