Skip to main content
GET
/
reviews
Get review
curl --request GET \
  --url https://app2.freyavoice.ai/api/v2/reviews \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "message": "<string>",
    "result": {
      "review": {
        "id": "<string>",
        "callId": "<string>",
        "workspaceId": "<string>",
        "reviewAssignee": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "reviewStatus": "No Review Status",
        "reviewTag": "Successful",
        "createdAt": "<string>",
        "updatedAt": "<string>",
        "reviewNotes": "<string>"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
string<uuid>
required

Workspace ID

callId
string<uuid>
required

Call ID

Response

Call review or null

success
enum<boolean>
required
Available options:
true,
false
data
object
required