cURL
curl --request GET \ --url https://api.human.prod.artistree.io/v1/orders/{order_id} \ --header 'Authorization: Bearer <token>'
{ "order_id": "<string>", "username": "<string>", "email": "<string>", "order_state": "In Progress", "order_title": "<string>", "asset_id": "<string>", "asset_name": "<string>", "asset_last_modified_timestamp": "<string>", "ordered_by": "<string>", "creation_time": "<string>", "asset_preview_url": "<string>", "analysis_list": [ { "analysis_type": "<string>", "analysis_passed": true } ], "analysis_failed_items": [ "<string>" ], "tags": [ "<string>" ], "confidence": 0, "remediation": 0, "annotations": [ { "id": "<string>", "bodies": [ { "value": "<string>", "id": "<string>", "annotation": "<string>" } ], "target": { "annotation": "<string>", "selector": { "type": "<string>", "geometry": { "bounds": { "minX": 123, "minY": 123, "maxX": 123, "maxY": 123 }, "x": 123, "y": 123, "w": 123, "h": 123 } } } } ], "project": { "id": "<string>", "name": "<string>", "userRole": "<string>" }, "reviewed_by": "<string>", "review_timestamp": "<string>", "layers_info": [ { "layer_name": "<string>", "layer_url": "<string>" } ] }
Get the order details by order ID
The access token received from the authorization server in the OAuth 2.0 flow.
Language preference for the response
36
The order details
In Progress
Human Certified
Action Required
Reviewed
Show child attributes