Get file information by ID

Retrieves file information if the user belongs to the same environment

Autenticación

x-api-keystring

API key authentication for programmatic access. Used by server-to-server integrations and API clients.

OR
x-access-tokenstring

Access token authentication for web users. Used by browser-based applications and authenticated user sessions.

Parámetros de ruta

fileIdstringRequerido
The ID of the file

Respuesta

File information retrieved successfully
idstring
Unique identifier of the file
accountIdstring
Account identifier
environmentIdstring
Environment identifier
importIdstring
Import identifier
filenamestring
Name of the file
compressedboolean
Indicates if the file is compressed
statusenum
Current processing status of the file
mimeTypestring
MIME type of the file
companyIdstringOpcional
Company identifier
parentFileIdstringOpcional
Parent file identifier if this file was extracted from another
documentIdslist of stringsOpcional
Array of document identifiers extracted from this file
errorstringOpcional
Error code if processing failed
createdAtstringOpcionalformat: "date-time"
Timestamp when the file was created
updatedAtstringOpcionalformat: "date-time"
Timestamp when the file was last updated
clientDataobjectOpcional
Client data associated to the file

Errores

404
Not Found Error