GET /business-logic/rest/execution?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "start_time": "2025-09-17T21:23:06.780537Z",
            "finish_time": "2025-09-17T21:23:07.013549Z",
            "program_version": 1
        }
    ]
}