Skip to main content

Get Report Result

GET 

/reports/:taskResultId/result

Get the report results for a report that was run or is running. Returns empty report result in case there are no active task definitions with used in payload task definition name.

Request

Path Parameters

    taskResultId stringrequired

    Unique identifier of the task result which handled report

    Example: ef38f94347e94562b5bb8424a56397d8

Query Parameters

    completed boolean

    state of task result to apply ordering when results are fetching from the DB

    Example: true

Responses

Details about report that was run or is running.

Schema
    reportType string

    Possible values: [ACCOUNTS, IDENTITIES_DETAILS, IDENTITIES, IDENTITY_PROFILE_IDENTITY_ERROR, ORPHAN_IDENTITIES, SEARCH_EXPORT, UNCORRELATED_ACCOUNTS]

    Use this property to define what report should be processed in the RDE service.

    taskDefName string

    Name of the task definition which is started to process requesting report. Usually the same as report name

    id string

    Unique task definition identifier.

    created date-time

    Report processing start date

    status string

    Possible values: [SUCCESS, FAILURE, WARNING, TERMINATED]

    Report current state or result status.

    duration int64

    Report processing time in ms.

    rows int64

    Report size in rows.

    availableFormats string[]

    Possible values: [CSV, PDF]

    Output report file formats. This are formats for calling get endpoint as a query parameter 'fileFormat'. In case report won't have this argument there will be ['CSV', 'PDF'] as default.

Loading...