Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Getting the number of skills, queues, agents. divisions used vs. maximum available

    Posted 05-24-2025 03:41
    No replies, thread closed.

    Hi,

    this may be a bit of a strange question, but we need to track the number of skills still we can assign inside Genesys for our account.  And we need to tell how many are left for us unassigned. Does any one know what API calls could give us this info?

    Thank you!


    #API/Integrations
    #Implementation
    #SystemAdministration

    ------------------------------
    We proudly support Ukraine!
    ------------------------------


  • 2.  RE: Getting the number of skills, queues, agents. divisions used vs. maximum available

    Posted 05-25-2025 18:19
    No replies, thread closed.

    Across the entire org?

    get /api/v2/routing/skills
    Will provide a total number of skills.
    And the maximum number of skills you can have per org is 2000, which you can see here:


    ------------------------------
    Anton Vroon
    ------------------------------



  • 3.  RE: Getting the number of skills, queues, agents. divisions used vs. maximum available

    Posted 05-26-2025 07:29
    No replies, thread closed.

    Thanks! But what about max number of divisions, queues, agent groups, etc...  Especially since some of them were negotiated to be higher than the default. I am trying to figure out a way to retrieve all of that programmatically. 



    ------------------------------
    We proudly support Ukraine!
    ------------------------------



  • 4.  RE: Getting the number of skills, queues, agents. divisions used vs. maximum available
    Best Answer

    Posted 05-26-2025 19:02
    No replies, thread closed.

    There is get /api/v2/authorization/divisions/limit for your division limit

    Which will show you some other API requests to get some of your limits and limit change requests.
    Beyond that limits page and those APIs that is as far as I can help. Maybe someone else has some extra resources 


    ------------------------------
    Anton Vroon
    ------------------------------