Skip to main content
GET
/
{team_id}
/
cards
/
count
Get total number of cards for a team
curl --request GET \
  --url https://api.superthread.com/v1/{team_id}/cards/count
{
  "count": 10
}

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Response

total number of cards

count
integer

The total number of cards for the specified workspace.

Example:

10