
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Retrieve automation usage for tenant
Hi Qlik Community!
I am trying to use the "Get/v1/automations/usage"-API which is described on
https://qlik.dev/apis/rest/automations#%23%2Fentries%2Fv1%2Fautomations%2Fusage-get
As you can see in the documentation the response should be like this:
When I send the API call I have defined both the URL, Bearer Authorization and the filter-parameter as:
filter=date gt "2023-03-02"
My response only contains the first three items: date, name and value.
I need the rest of the response from the picture: Automation: guid, name and ownerId.
What am I missing?
Sincerely,
Ismail
- Tags:
- api
- automations
- tenant
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ismailk94
Could you please try adding breakdownBy=automation
to your query parameters?
This seems to work for me
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ismail,
Did you try adding the query parameter "breakdown"?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Shai_E
Thanks for the reply.
I have tried to add the breakdown-parameter in several ways but I keep getting an error - do you know the syntax of how the breakdown-parameter should be added?
Ismail

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ismailk94
Could you please try adding breakdownBy=automation
to your query parameters?
This seems to work for me
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi AfeefaTk
Works perfect! Thanks 🙂
Ismail
