Skip to main content

Get Report Status

GET 

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

Get the status 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 status to be retrieved.

Responses

Successful operation

Schema
    reportId string

    Id of the report being created.

    createdBy string

    User who created the report.

    createdOn int64

    Timestamp when report request is created.

    status string

    Current status of the report.

    statusUrl string

    Url to check the report status.

    downloadUrl string

    Url to download the report once report is generated.

Loading...