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

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

  • June 2, 2025
  • 2 replies
  • 431 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!

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

Rafal_Bainie
New Participant
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.

Kurt_Jones
Kurt_JonesAccepted solution
New Participant
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.