Skip to main content
Retrieve a list of initiatives.
External DocumentationTo learn more, visit the Linear documentation.

Parameters

ParameterDescription
AfterThe cursor for pagination. Can be obtained from the endCursor field in the previous response.

Note: To use this pagination parameter, first is required.
FirstThe maximum number of initiatives to return.
Initiative NameThe name or partial name to filter initiatives by.

Example Output

{
  "data": {
    "initiatives": {
      "edges": [
        {
          "cursor": "cursor",
          "node": {
            "archivedAt": null,
            "color": "#bec2c8",
            "completedAt": "2025-12-17T11:02:52.752Z",
            "content": null,
            "createdAt": "2025-12-17T11:02:44.843Z",
            "description": null,
            "frequencyResolution": "weekly",
            "health": "onTrack",
            "healthUpdatedAt": "2025-12-25T07:52:36.407Z",
            "icon": null,
            "id": "9353cf98-1606-4be4-a3ff-e2bcbdded046",
            "name": "example",
            "slugId": "8c1002b5fa2f",
            "sortOrder": -1085.31,
            "startedAt": "2025-12-17T11:02:44.848Z",
            "status": "Completed",
            "targetDate": null,
            "targetDateResolution": null,
            "trashed": null,
            "updateReminderFrequency": null,
            "updateReminderFrequencyInWeeks": null,
            "updateRemindersDay": null,
            "updateRemindersHour": null,
            "updatedAt": "2025-12-17T11:02:52.752Z",
            "url": "https://linear.app/example/initiative/example-8c1002b5fa2f"
          }
        }
      ]
    }
    "pageInfo": {
      "endCursor": "cursor",
      "hasNextPage": false,
      "hasPreviousPage": false,
      "startCursor": "cursor"
    }
  }
}

Workflow Library Example

List Initiatives with Linear and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop