# Lambda for getting current status of execution for Databricks Jobs
## Lambda Input
```json
{
    "disassemble_content_status_id": 7150
}
```
## Lambda Output
In case of successful lambda execution the following output lambda returns:
```json
{
    "meta": {
        "status": "OK",
        "dbx_run_state": "SUCCESS"
    }
}
```
