Supametas.AI
Official website
English
English
  • Welcome to Supametas.AI
  • Cloud Service
    • Supametas.AI Cloud Service
      • Detailed Pricing Comparison
    • Guide
      • Create Dataset
      • Import Metadata
        • Fetching webpage data
        • Importing local text processing
        • Importing local image processing
        • Importing local audio processing
        • Importing local video processing
      • Cleaning data query
      • Export Cleaned Data
      • Dataset Configuration
  • Developer
    • Integration Process
    • Create API Key
    • Standard Request and Response
    • API
      • Import Text File
      • Import Web Page Task
      • Import Image Files
      • Import Audio Files
      • Import Video Files
      • View Import Task Details
      • Delete File Processing Task
    • Webhook
    • Error Code
    • Demo
  • Other
    • Community
    • Technical Support
Powered by GitBook
On this page
  1. Developer
  2. API

View Import Task Details

This section describes how to view the details of an import/export task by task ID, including its real-time status.

Endpoint: POST: {{BaseUrl}}/query-task

Request body:

{
  "taskId": "xxxx010"
}

Response (Data Part):

{
  "taskId": "xxxx010",
  "taskName": "The first task",
  "state": "PENDING"
}

Request:

Parameter
Type
Required
Description

taskId

STRING

YES

Task ID

Response (Data Part):

Parameter
Type
Description

taskId

STRING

Task ID

taskName

STRING

Task Name

state

STRING

Current Status, Reference Values:

PENGDING : Processing

SUCCESS : Processed successfully

FAIL : Processing failed

CANCEL : Deleted

PreviousImport Video FilesNextDelete File Processing Task

Last updated 4 months ago