Skip to main content

Get Report Metadata by ID

GET 

/report-service/api/v1/report/:reportId

Get the metadata for the given report id

info

This endpoint is available on the Prisma Cloud Darwin release only.

Request

Path Parameters

    reportId stringrequired

    Id of the report for which the metadata to retrieved.

Responses

Successful operation

Schema
    reportId uuid

    Id of the report.

    status string

    Status of the report.

    reportType string

    Type of the report.

    clientType string

    Client identifier.

    payload object

    Payload used for creating the report.

    pathVariables object

    Path variables used for creating the report.

    queryParams object

    Query params used for creating the report.

    requestHeaders object

    Request headers used for creating the report.

    additionalInformation object

    Any additional attributes used for creating the report.

    createdOn int64

    Timestamp when report request is created.

    downloadUrl string

    Url to download the report once report is generated.

Loading...