Valyourise Logo

ValYouRise

DevelopmentApi

List workspace reports

Lists report jobs and generated reports that belong to the requested workspace.

GET
/api/workspaces/{workspaceId}/reports

Lists report jobs and generated reports that belong to the requested workspace.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string

Response Body

application/json

curl -X GET "https://loading/api/workspaces/string/reports"
[
  {
    "$id": "string",
    "organizationId": "string",
    "workspaceId": "string",
    "requestedByUserId": "string",
    "type": "okr_summary",
    "status": "pending",
    "inputSnapshotJson": "string",
    "outputMarkdown": "string",
    "outputJson": "string",
    "errorMessage": "string",
    "parsedOutput": {
      "totals": {
        "objectives": 9007199254740991,
        "keyResults": 9007199254740991,
        "actions": 9007199254740991
      },
      "avgProgress": 100,
      "totalStoryPoints": 0,
      "doneStoryPoints": 0,
      "actionsByStatus": {
        "pending": 9007199254740991,
        "work_in_progress": 9007199254740991,
        "done": 9007199254740991
      }
    }
  }
]
Empty