Get the results from an engineering diagram detect job. Providing the X-Job-Token
header returned by the
/context/diagram/detect
endpoint is required unless the caller has read access to all assets.
Success
The response for a failed request.
{- "jobId": 123,
- "status": "Queued",
- "items": [
- {
- "fileId": 1234,
- "fileExternalId": "1234",
- "fileInstanceId": {
- "space": "space",
- "externalId": "externalId"
}, - "annotations": [
- {
- "text": "21-PT-1019",
- "confidence": 0.5,
- "region": {
- "shape": "rectangle",
- "vertices": [
- {
- "x": 0.58,
- "y": 0.12
}, - {
- "x": 0.58,
- "y": 0.12
}, - {
- "x": 0.58,
- "y": 0.12
}, - {
- "x": 0.58,
- "y": 0.12
}
], - "page": 1
}, - "entities": [
- {
- "userDefinedField": "21PT1017",
- "ignoredField": "AA11"
}, - {
- "userDefinedField": [
- "21PT1017-A",
- "21PT1017-B"
]
}
]
}
]
}
], - "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "searchField": "userDefinedField",
- "partialMatch": false,
- "minTokens": 2,
- "configuration": {
- "annotationExtract": true,
- "caseSensitive": true,
- "connectionFlags": [
- "string"
], - "customizeFuzziness": {
- "minChars": 0,
- "maxBoxes": 0,
- "fuzzyScore": 1
}, - "directionDelta": 180,
- "directionWeights": {
- "left": 1,
- "right": 1,
- "up": 1,
- "down": 1
}, - "minFuzzyScore": 0.85,
- "readEmbeddedText": true,
- "removeLeadingZeros": true,
- "substitutions": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "patternMode": true
}