GET
/
api
/
v1
/
{teamId}
/
workflows

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamId
string
required

Response

200 - application/json
id
string
createdAt
string
updatedAt
string
deleted
string | null
name
string
position
integer
color
string
category
enum<string>
Available options:
TRIAGE,
BACKLOG,
UNSTARTED,
STARTED,
COMPLETED,
CANCELED
team
object | null
teamId
string | null