Skip to main content
GET
/
issues
/
workflow-states
List workflows
curl --request GET \
  --url https://productlane.com/api/v2/issues/workflow-states \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "<string>",
      "color": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

team_id
string
required

Linear team id. Workflow states are scoped per team.

Minimum string length: 1

Response

Successful response

data
object[]
required