meta { name: Get event tasks type: http seq: 3 } get { url: {{url}}/api/events/{{id}}/tasks body: none auth: inherit } vars:pre-request { id: 1 } assert { res.status: eq 200 } settings { encodeUrl: true timeout: 0 }