Forum Discussion
If you implemented creating a testrun and adding specific cases in that run, you should be able to go through the array of the cases returning by
get_cases/{project_id}&suite_id={suite_id}
Do you see your flag "can_be_automated" in a case section in that array?
........
"cases": [ { "id": 1, "title": "..", }, { "id": 2, "title": "..", } ]
.....