Skip to main content
POST
/
reporting
/
retrieve
{
  "data": [
    {
      "metadata": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "id": "<string>",
      "name": "<string>",
      "path": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "signedUrl": "<string>"
    }
  ],
  "pageInfo": {
    "first": true,
    "last": true
  },
  "totalCount": 123,
  "currentPage": 123,
  "totalPages": 123
}

Body

application/json
query
object
required

the query to search for

count
number
default:10

the number of items to return

page
number
default:1

the page to retrieve

omitDebugReports
boolean

Response

200 - application/json
data
object[]
required

the list of items in the page

pageInfo
object
required

the page info

totalCount
number
required

the total number of items

currentPage
number
required

the current page

totalPages
number
required

the total number of pages