meta { name: "Get Progress History" type: "http" seq: 3 } get { url: "{{baseUrl}}/api/progress/{{mediaItemId}}/history" body: null headers: { Authorization: "Bearer {{jwt}}" Content-Type: "application/json" } } tests { assertions { assert response.status == 200 assert hasKey(response.body, "sessions") } }