Skip to main content

Get task status

GET 

/wiki/convert/tasks/:taskID/info

History

VersionChanges
v6.15.0Added in v6.15.0

Get the task status.

Request

Path Parameters

    taskID stringrequired

    Task ID

Query Parameters

    teamID stringrequired

    The team ID

    requestUserID string

    User ID, this parameter can only be passed when calling as an Oauth bot. It is used to perform operations as the specified user

Responses

Get successfully

Schema

    status string

    Possible values: [Pending, Processing, Success, Failed]

    Task status

    message stringnullable

    Task text information

    file

    object

    nullable

    Task result file

    name string

    File name

    size int64

    File size

    expireAt int64

    File expiration time

    data objectnullable

    Task extra information

Loading...