Skip to main content
_Manish_Singh
Level 9
July 1, 2026
Solved

How to get full Project Status label via REST API?

  • July 1, 2026
  • 1 reply
  • 85 views

Hi,

Usually, GET /attask/api/v20.0/proj/search?fields=name,status returns statuses like PLN, CUR, DED. Is there a way to pull the full, human-readable status names (like Planning, Current, Dead) directly in this same API call?

Best answer by KellieGardner

Through the unsupported API you can access the status label. 

 

/attask/api-unsupported/PROJ/search?fields=statusLabel

 

1 reply

KellieGardner
Community Advisor
KellieGardnerCommunity AdvisorAccepted solution
Community Advisor
July 7, 2026

Through the unsupported API you can access the status label. 

 

/attask/api-unsupported/PROJ/search?fields=statusLabel