Skip to main content
GET
Get File Information

Get File Information

GET /files/{file_id} Retrieve detailed information about a specific file, including metadata, processing status, and validation results.

Features

  • Complete file metadata
  • Processing status tracking
  • Validation results
  • User ownership validation

Parameters

Request

Response

Response Fields

Status Values

Try It Out

Use the interactive playground above to test the get file information endpoint. You can:
  1. Add your API key in the Authorization header
  2. Enter a file ID in the path parameter (use a UUID from your uploaded files)
  3. Execute the request to see detailed file information
The response will include processing status and extracted data if available.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string<uuid>
required

Unique identifier of the file

Response

200 - application/json

File information retrieved successfully

success
boolean
Example:

true

data
object