Skip to main content
Planview Customer Success Center

Advanced Reporting API: Tags Endpoint

GET /io/reporting/export/tags

Returns all the tags assigned to cards on boards that the authorized user has access to.

Resource URL

GET https://{accountname}.leankit.com/io/reporting/export/tags?token=xyzyz

See Export Parameters for more information on specifying response formats and other options.

Example Request

GET https://myaccount.leankit.com/io/reporting/export/tags?token=xyxyz

Response

The response is one row per tag, per Card. If multiple tags are assigned to a Card, each tag assigned to the Card will be returned as a separate row.

Column Description
Board ID  
Card ID  
Tag  

Example Response

"Board ID","Card ID","Tag"
"10112914971","10112915800","web"
"10112914971","10112915800","ui"
"10112914971","10112915801","production"
"10112914971","10112915803","unplanned"