I have the following code in place to find a case by it's ID:
siemplify.get_cases_by_filter(case_ids_free_search="276")
Your documentation tells me this will return a list of case IDs (I think, it's not entirely clear), however no matter what ID I search this is what is returned:
{"dummy": "publisher"}
Why does this happen / what am I doing incorrectly?


