https://b-api.lbkrs.com/report/export_task/listProduction: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz
Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Permission
The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.
Parameters
pageintegerRequiredPage number, starting from 1.
limitintegerRequiredNumber of items per page.
report_idstringFilter by report ID. Returns all when omitted.
parent_idintegerFilter by the parent export batch ID. Returns all when omitted.
task_idintegerFilter by export task ID. Returns all when omitted.
created_at_gtintegerLower bound of creation time (inclusive), as a Unix second timestamp. No lower bound when omitted.
created_at_ltintegerUpper bound of creation time (inclusive), as a Unix second timestamp. No upper bound when omitted.
file_typesstringFilter by file type. Separate multiple types with commas. Returns all when omitted.
file_namestringFilter by file name. Returns all when omitted.
Responses
HTTP 200The request was processed successfully. The business result is in data.list.codemessagedatadataobjectdata structureExport tasks on the current page.
Child attributes
Export task ID.
Task title.
Task name.
Task progress percentage (0–100).
Export file type.
Export file size.
Creation time, as a Unix second timestamp.
Completion time, as a Unix second timestamp; empty or 0 when not finished.
Total number of subtasks.
Number of succeeded subtasks.
Number of failed subtasks.
Number of subtasks whose exported file contains data.
Data status of the exported file.
Name of the parent export batch.
Report ID.
Report title.
Whether the file can be downloaded.
Whether this is an automatic export task.
SFTP sync status.
Error message when the task fails.
Raw error message.
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields