Reports

Create report

Create a new report.

post/api/v1/reports

Request body

OR
OR

Example request

{
  "schedule": {
    "startAt": "2023-01-01T01:01:01.001Z"
  }
}

Response

The request has succeeded.

OR
OR

Example response

{
  "id": "01G65Z755AFWAKHE12NY0CQ9FH",
  "schedule": {
    "startAt": "2023-01-01T01:01:01.001Z"
  }
}

Changes