Workfront Statuses | Community
Skip to main content
Level 1
March 31, 2026
Solved

Workfront Statuses

  • March 31, 2026
  • 3 replies
  • 93 views

Does anyone know of a good method to audit all custom Statuses?  We have a large amount of groups that each use different status lists.  Is there any way to export this data so it can be reviewed and updated?

Best answer by StutiTi

Hi ​@SkyeZi1 There isn’t a native way in Workfront to export all custom statuses across groups. However, you can use the Workfront API to retrieve this information.

You can try the following API call to pull custom statuses associated with groups:

attask/api/v17.0/customenum/search?groupID_Mod=notnull

If you’re comfortable working with APIs, this would be the effective approach for auditing at scale.

3 replies

skyehansen
Community Advisor and Adobe Champion
April 1, 2026

as far as I remember, there’s not really a good way to do this. You can see a sample of what I tried several years ago, here:

 

StutiTiAdobe SupportAccepted solution
Adobe Support
April 7, 2026

Hi ​@SkyeZi1 There isn’t a native way in Workfront to export all custom statuses across groups. However, you can use the Workfront API to retrieve this information.

You can try the following API call to pull custom statuses associated with groups:

attask/api/v17.0/customenum/search?groupID_Mod=notnull

If you’re comfortable working with APIs, this would be the effective approach for auditing at scale.

Srinija_N
Level 7
April 9, 2026

I was able to extract the status details using Fusion and upload the data as a CSV file on one of the Workfront objects.

This was the CURL I used

CSTEM/search?fields=*&enumClass=STATUS_&enumClass_Mod=in

 

Let me know if you need help with Fusion scenario build.

 

SkyeZi1Author
Level 1
April 10, 2026

great idea, I’ll take you up on that help. What would that fusion scenario look like?