Get log file for export job

get

/api/v4/export/logs/{jobinstanceid}

Versions Supported:

v4

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object

404 Response

Requested resource could not be found.
Body ()
Root Schema : schema
Type: object

500 Response

An unexpected error occurred during the request.
Body ()
Root Schema : schema
Type: object
Back to Top

Examples

Example Request:

/api/v4/export/logs/10239

Example Output:

ExternalID,DaasID,Status,ErrorStatement,RecordSequence,
RE5CLDEwNjM3MzE3MywxLDE=,FAILED, The reference to the party is invalid, or the party does not exist. (HZ-120737) Details: The party must exist either in the import batch or in the registry. Ensure you have provided a valid reference to the party. The reference to the party is invalid, or the party does not exist. (HZ-120737) Details: The party must exist either in the import batch or in the registry. Ensure you have provided a valid reference to the party.,5
Back to Top