Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET <BINARLY_API_URL>/api/v4/products/{productId}/images/{imageId}/scans/{scanId}
productId
imageId
scanId
Authorization
Bearer <access_token>
BINARLY_PRODUCT_ID="01JQPGDX8QW0YJ0XEKV1EVG534" IMAGE_ID="01JYJ0W0AACGC7QT1Q21SRWG94" SCAN_ID="01JZ30CYZY52F5BPR3AAJ2DP89" curl -s \ -H "Authorization: Bearer ${TOKEN}" \ "${BINARLY_API_URL}/api/v4/products/${BINARLY_PRODUCT_ID}/images/${IMAGE_ID}/scans/${SCAN_ID}"
{ "id": "01JZ30CYZY52F5BPR3AAJ2DP89", "parent": "products/01JQPGDX8QW0YJ0XEKV1EVG534/images/01JYJ0W0AACGC7QT1Q21SRWG94", "createTime": "2024-01-20T10:00:00Z", "author": "user@example.com", "latestScanState": { "type": "completed", "updateTime": "2024-01-20T10:30:00Z" } }
id
parent
createTime
author
latestScanState
latestScanState.type
in_progress
completed
failed
cancelled
latestScanState.updateTime
Was this page helpful?
Contact support