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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "start_time": "2025-07-15T17:14:58.223640Z",
            "finish_time": "2025-07-15T17:14:58.433942Z",
            "program_version": 1
        },
        {
            "id": 1,
            "start_time": "2025-07-15T17:14:12.076623Z",
            "finish_time": "2025-07-15T17:14:12.310516Z",
            "program_version": 1
        }
    ]
}