Results
Get Result
Retrieve a result by its ID
GET
/
results
/
{id}
Gets the result of a Job or Workshop run.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredQuery Parameters
include_metadata
boolean
default: falseWhether to include metadata in the result info
Response
200 - application/json
id
string
requiredstatus
string
requiredcleaning
boolean
default: falseWhether the result is a cleaning result
info
object[]
The metadata of the result
created_at
string
requiredupdated_at
string | null