root / docs / interfaces
dataforseo-client / Exports / IAppendixStatusTaskInfo
-
↳
IAppendixStatusTaskInfo
▪ [key: string]: any
• Optional cost: number
total tasks cost, USD
• Optional data: Object
contains the same parameters that you specified in the POST request
▪ [key: string]: any
• Optional id: string
task identifier unique task identifier in our system in the UUID format
• Optional path: string[]
URL path
• Optional result: AppendixStatusResultInfo[]
array of results
• Optional result_count: number
number of elements in the result array
IBaseResponseTaskInfo.result_count
• Optional status_code: number
status code of the task generated by DataForSEO, can be within the following range: 10000-60000 you can find the full list of the response codes here
IBaseResponseTaskInfo.status_code
• Optional status_message: string
informational message of the task you can find the full list of general informational messages here
IBaseResponseTaskInfo.status_message
• Optional time: string
execution time, seconds
root / docs / interfaces