How to Retrieve All Teams Using Workfront API (Limit Issue) | Community
Skip to main content
June 2, 2025
Solved

How to Retrieve All Teams Using Workfront API (Limit Issue)

  • June 2, 2025
  • 2 replies
  • 436 views

Hi everyone,

I'm trying to retrieve all teams from a Workfront domain using the following API endpoint:

 

However, this only returns 100 teams. Is there a way to get all teams, not just the first 100?

Do I need to use pagination or some other parameter to retrieve the full list?

Any help would be appreciated!

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kurt_Jones

Zikpe,

Just have to ask but you have more than 100 teams created in your Workfront instance?  That's a lot.  In your query string you can add $$LIMIT=2000, that is the max allowed then pagination is needed after that.  That should pull up to 2000 items or whatever max you have for teams.

2 replies

Kurt_Jones
Community Advisor
Kurt_JonesCommunity AdvisorAccepted solution
Community Advisor
June 2, 2025

Zikpe,

Just have to ask but you have more than 100 teams created in your Workfront instance?  That's a lot.  In your query string you can add $$LIMIT=2000, that is the max allowed then pagination is needed after that.  That should pull up to 2000 items or whatever max you have for teams.

Rafal_Bainie
Community Advisor
Community Advisor
June 2, 2025

Kurt has already answered the question. 
I just wanted to point out that adding API key to curl (if you are actually doing it) can be a serious security issue. I would advise against that.