Can you run a tag report via a script?

I've used this tag report to get a quick csv file dump of all tags in a given provider loads of times.

I was wondering if there's a way I could execute this from a script to get the report results returned as a dataset? From there I'm comfy with getting that saved to a file, just not seeing anything jump out that looks like it would let me execute a tag report that I had already set up.

Yes, use system.tag.query().

See:

1 Like

You can even configure a report via the UI and then click a button to export it as a script:

2 Likes

Oh awesome, thank you both!! Feeling silly for not having seen the "copy as script" button hahaha

1 Like