You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /jobs/{id}/results: Supports queueing/starting jobs (with authentication)
POST /jobs/{id}/results: Queues or starts the processing, which is reflected in the job status. Does nothing if already queued or running. Responds with HTTP status 202.
POST /jobs/{id}/results: Rejects queueing a job if a payment is required.
GET /jobs/{id}/results: Is supported (with authentication)
GET /jobs/{id}/results: Returns HTTP status code 200 if the result is available, HTTP status code 424 with error message if the job status is "error", 4XX/5XX otherwise.
GET /jobs/{id}/results > partial parameter: Rejects requests if processing has not finished and the partial parameter is not set to true with openEO error JobNotFinished.
GET /jobs/{id}/results > STAC: Response is a valid STAC Item or Collection
GET /jobs/{id}/results > STAC: Supports a valid STAC version (0.9.0 or later, preferably 1.0.0).
GET /jobs/{id}/results > STAC: Assets all have an href and type, ideally also a title.
GET /jobs/{id}/results > STAC: Additional metadata is provided for the results (e.g., extents, projection, bands, dimensions). Please provide details in the comments.
GET /jobs/{id}/results > public access link: Supports canonical links (a public access signed URL, exposed as a link with relation type canonical).
GET /jobs/{id}/results > public access link: Exposes the expires property in the response body.
DELETE /jobs/{id}/results: Is supported (with authentication)
DELETE /jobs/{id}/results: Cancels data processing (if queued or running), optionally deletes the batch job results and returns an HTTP 202 on success.
The text was updated successfully, but these errors were encountered:
Results Checklist
Functionality description
true
with openEO errorJobNotFinished
.href
andtype
, ideally also atitle
.canonical
).expires
property in the response body.The text was updated successfully, but these errors were encountered: