v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
Connectors

Get statistics about a Connector's files

:warning: This is a new API which is still subject to change.

Use this endpoint to get the file statistics reported by a Connector, including the total number of files and the number of files in each status.

get/v1/data-acquisition/connectors/{id}/files/stats

Path parameters

idstring required

The Connector's id.

Response

Successful response with the file stats reported by a Connector

totalnumber required

The total number files in all statuses.

successnumber required

The number of files in the success status.

pendingnumber required

The number of files in the pending status.

processingnumber required

The number of files in the processing status.

errornumber required

The number of files in the error status.

skippednumber required

The number of files in the skipped status.