Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt

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

Read Linear issues grouped by product function (Strategy, Design, Development, Intelligence, Operations, GTM). Powers the function-level roadmap view. Requires a connected Linear integration.
curl -X GET "https://app.dacard.ai/api/roadmap/issues?productId=prod_abc" \
  -H "Authorization: Bearer $DACARD_API_KEY"
PropertyValue
AuthRequired
Required integrationLinear
IdempotentYes

Query

FieldTypeRequiredNotes
productIdstringyesProduct whose Linear integration is read.
cycleIdstringnoNarrow to one Linear cycle.

Response

{
  "byFunction": {
    "design": [
      { "id": "lin_abc", "title": "...", "state": "in_progress", "url": "..." }
    ],
    "development": [...]
  }
}

Errors

StatusCodeWhen
401AUTH_REQUIREDNo session.
401INTEGRATION_DISCONNECTLinear OAuth token expired.
403FORBIDDENCaller does not own the product.
404Linear not connectedNo Linear integration on the product.
500INTERNAL_ERRORRead failed.