ClassicLogs API -> sourceid for auras not supported

Greetings,

I try to get the results that are for example displayed here: https://classic.warcraftlogs.com/reports/txbZAWFnhX6ka1L4#boss=-2&difficulty=0&type=auras&wipes=2&source=41

My API call: https://classic.warcraftlogs.com/v1/report/tables/buffs/txbZAWFnhX6ka1L4?api_key=fa68364941ae31b2a47a452f9edcb130&start=0&end=999999999999&targetid=41

Issue: Buffs that origin from a different player (e.g. Power Infusion) are not listed.

Calling https://classic.warcraftlogs.com/v1/report/tables/buffs/txbZAWFnhX6ka1L4?api_key=fa68364941ae31b2a47a452f9edcb130&start=0&end=999999999999&sourceid=41 returns “{ “status”: 400, “error”: “Only ‘source’ and ‘target’ are supported for auras views.” }”

Is this a bug or am I missing how I could retrieve the information I seek?

Cheers
Shariva

https://classic.warcraftlogs.com/v1/report/tables/buffs/txbZAWFnhX6ka1L4?api_key=fa68364941ae31b2a47a452f9edcb130&start=0&end=999999999999&targetid=41&by=target works