Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Api Mongo DB Inventory report.

acheedel
6 - Meteoroid

I want to know how we can extract all the inventory(workflow name, owner, user, scheduled) which is stored in Alteryx server using an API.

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @acheedel ,

 

To retrieve the information you need, there are 2 options available:

 

  1. API:
    1. Gallery API overview: https://help.alteryx.com/developer-help/server-api-overview
    2. List of endpoints: Here is a list of the v3 endpoints and I believe these are enough for your needs: https://help.alteryx.com/20223/server/server-api-v3-objects
    3. Authentication: It contains what your server admin must do to enable the API access for you: https://help.alteryx.com/20223/server/server-api-configuration-and-authorization
    4. Macros created to facilitate the connection: https://community.alteryx.com/t5/Engine-Works/Introducing-the-Alteryx-Server-v3-API/ba-p/899228
  2. Usage report: Connected directly in your Alteryx Server`s mongoDB
    1. https://help.alteryx.com/20212/server/install-server-usage-report
    2. The usage report is deprecated (not available for 22.3) but you still can use the previous versions

 

Best regards,

Fernando Vizcaino