Skip to main content
GET
/
api
/
lifecycle
/
stages
Get lifecycle stage definitions
curl --request GET \
  --url https://app.dacard.ai/api/lifecycle/stages
[
  {
    "id": "<string>",
    "name": "Discover",
    "description": "<string>",
    "order": 123,
    "tasks": [
      {
        "id": "<string>",
        "label": "<string>",
        "description": "<string>"
      }
    ]
  }
]

Response

200 - application/json

Lifecycle stage definitions

id
string

Stage identifier

name
string

Stage display name

Example:

"Discover"

description
string

What this stage covers

order
integer

Stage sequence number (1-6)

tasks
object[]

Tasks within this lifecycle stage