---
title: "Retrieves a list of tasks and their status for the current company. Note that StatusId is 0 = Todo, 1 = Completed and -1 = Skipped."
method: GET
path: "/api/startuptasks/status"
tags: ["Startuptasks"]
---

# Retrieves a list of tasks and their status for the current company. Note that StatusId is 0 = Todo, 1 = Completed and -1 = Skipped.

`GET /api/startuptasks/status`

## Response `200`

OK

- IntectStartupTaskCompanyView[]
  - `Id` integer
  - `TaskId` integer
  - `Key` string
  - `SortOrder` integer
  - `CompanyId` integer
  - `CompanyName` string
  - `AppUri` string
  - `IsSkippable` boolean
  - `LanguageId` integer
  - `Name` string
  - `Description` string
  - `GuideMessage` string
  - `ExternalLink` string
  - `SkipWarning` string
  - `StatusId` integer
  - `HelpLink` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
