Automation Blocker
Retrieve automation blocker
Retrieve a specific automation blocker object.
get/api/v1/automation_blockers/{id}
Path parameters
idinteger required
A unique integer value identifying this automation blocker.
Response
OK
Example response
{
"id": 1,
"url": "https://example.rossum.app/api/v1/automation_blockers/1",
"annotation": "https://example.rossum.app/api/v1/annotations/4",
"content": [
{
"level": "datapoint",
"type": "low_score",
"schema_id": "invoice_id",
"samples_truncated": false,
"samples": [
{
"datapoint_id": 1234,
"details": {
"score": 0.901,
"threshold": 0.975
}
},
{
"datapoint_id": 1235,
"details": {
"score": 0.968,
"threshold": 0.975
}
}
]
},
{
"level": "datapoint",
"type": "failed_checks",
"schema_id": "schema_id",
"samples_truncated": false,
"samples": [
{
"datapoint_id": 43,
"details": {
"validation": "bad"
}
}
]
},
{
"level": "datapoint",
"type": "no_validation_sources",
"schema_id": "schema_id",
"samples_truncated": false,
"samples": [
{
"datapoint_id": 412
}
]
},
{
"level": "annotation",
"type": "error_message",
"details": {
"message_content": [
"annotation error"
]
}
},
{
"level": "datapoint",
"type": "error_message",
"schema_id": "schema_id",
"samples_truncated": false,
"samples": [
{
"datapoint_id": 45,
"details": {
"message_content": [
"longer than 3 characters"
]
}
}
]
},
{
"level": "annotation",
"type": "delete_recommendation_filename",
"details": {
"message_content": [
"annotation error"
]
}
},
{
"level": "datapoint",
"type": "delete_recommendation_field",
"schema_id": "document_type",
"samples_truncated": false,
"samples": [
{
"datapoint_id": 45
}
]
},
{
"level": "annotation",
"type": "extension",
"details": {
"content": [
"PO not found in the master data!"
]
}
},
{
"level": "datapoint",
"type": "extension",
"schema_id": "sender_name",
"samples_truncated": false,
"samples": [
{
"datapoint_id": 1357,
"details": {
"content": [
"Unregistered vendor"
]
}
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.