Skip to main content
GET
Get File Processing Result List

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Query Parameters

page
integer
default:1

Page number, default 1

page_size
integer
default:1000

Number of items per page, default 1000

workspace_id
string
required

Workspace ID

batch_number
string

Batch Number

file_id
string

File ID

task_id
string

Task ID for an exact task query. Send Snowflake IDs as strings to avoid precision loss.

category
string

File Category

recognition_status
enum<integer>

File recognition status:

  • 0: Pending recognition
  • 1: Recognition successful
  • 2: Recognition failed
  • 3: Classifying
  • 4: Extracting
  • 5: Preparing
  • 6: File splitting
  • 7: Image cropping
  • 10: Classification completed (only available when upload interface target_process is classify)
  • 20: Parsing
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
10,
20
verification_status
enum<integer>

File verification status 0: Pending verification 2: Confirmed 3: Rejected 4: Deleted 5: Deferred processing

Available options:
0,
2,
3,
4,
5
start_time
string<date-time>

Start time for search by update time, RFC3339 format (YYYY-MM-DDTHH:MM:SSZ)

Example:

"2024-01-01T00:00:00.000Z"

end_time
string<date-time>

End time for search by update time, RFC3339 format (YYYY-MM-DDTHH:MM:SSZ)

Example:

"2024-01-01T10:00:00.000Z"

with_document
boolean
default:false

Whether to return the complete text recognition result of the document

with_task_detail_url
boolean
default:false

Whether to return the task details page URL

with_image_url
boolean
default:false

Whether to return the image URL for each page. The default is false. When enabled, files[].pages[] for regular/parent tasks and files[].child_files[].pages[] for split/crop child tasks return the image URL owned by the corresponding task. The URL is aligned by page index with page, angle, width, and height in the same page object. If an image has not been generated or its URL is unavailable, image_url is null. The URL is valid for 30 days. The field is omitted when this parameter is false or not provided.

Response

200 - application/json

Successfully retrieved file list

code
integer
required

Status code

Example:

200

msg
string
required

Status description

result
object