---
title: "Get Board Task Detail"
method: GET
path: "/boards/tasks/detail"
tags: ["Board Tasks"]
---

# Get Board Task Detail

`GET /boards/tasks/detail`

Get detailed information about a specific Board task.

## Query parameters

- `taskId` string, required

## Headers

- `Topview-Uid` string, required
- `Authorization` string, required

## Response `200`

Task detail retrieved successfully

- object
  - `code` string
  - `message` string
  - `result` object
    - `taskId` string — Task business ID
    - `boardTaskId` string — Board task ID
    - `boardId` string — Board ID
    - `sortWeight` number — Sort weight
    - `uid` string — Creator user ID
    - `userName` string — Creator name
    - `toolType` string — Tool type
    - `toolCategory` string — Tool category
    - `status` 'init' | 'running' | 'success' | 'fail' — Task status
    - `mediaType` string — Media type
    - `rating` integer, nullable — Rating (0-3)
    - `parameters` object, nullable — Task input parameters
    - `result` object, nullable — Task result
    - `errorMessage` string, nullable — Error message if task failed
    - `errorCode` string, nullable — Error code
    - `creditsCost` integer, nullable — Credits consumed
    - `creditsPayerUid` string, nullable — Credits payer user ID
    - `creditsPayerName` string, nullable — Credits payer name
    - `gmtCreate` string, date-time, nullable — Creation timestamp
    - `gmtModify` string, date-time, nullable — Last modification timestamp
    - `completedAt` string, date-time, nullable — Completion timestamp
    - `isPinned` boolean, nullable — Whether task is pinned
    - `pinnedOriginalSortWeight` number, nullable — Original sort weight before pinning
    - `groupIds` string[], nullable — Group ID list
    - `unresolvedCount` integer, nullable — Number of unresolved comments
    - `useUnlimitMode` boolean, nullable — Whether using Unlimited mode
    - `estimateInfo` object, nullable
      - `queueCount` integer — Number of tasks in queue
      - `estimatedWaitSeconds` integer — Estimated wait time in seconds
      - `estimatedProcessSeconds` integer — Estimated processing time in seconds

---

[API](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme.md) · [All operations](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topview/image-character-swap-apis-editable-in-readme/revisions/83cd46ca7859/schema)
