---
title: "Get assessments done for a conversation by logged in user"
method: GET
path: "/v1/Insights/QualityManagement/Assessments"
tags: ["FlexV1Assessments"]
---

# Get assessments done for a conversation by logged in user

`GET /v1/Insights/QualityManagement/Assessments`

Get assessments done for a conversation by logged in user

## Query parameters

- `SegmentId` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Headers

- `Authorization` string

## Response `200`

OK

- object
  - `assessments` FlexV1InsightsAssessments[]
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `assessment_sid` string, nullable — The SID of the assessment
    - `offset` string, nullable — Offset of the conversation
    - `report` boolean, nullable — The flag indicating if this assessment is part of report
    - `weight` string, nullable — The weightage given to this comment
    - `agent_id` string, nullable — The id of the Agent
    - `segment_id` string, nullable — Segment Id of conversation
    - `user_name` string, nullable — The name of the user.
    - `user_email` string, nullable — The email id of the user.
    - `answer_text` string, nullable — The answer text selected by user
    - `answer_id` string, nullable — The id of the answer selected by user
    - `assessment` unknown
    - `timestamp` string, nullable
    - `url` string, uri, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/twilio-flex.md) · [All operations](https://skmtc.net/twilio/apis/twilio-flex/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-flex/revisions/ea1db919b6cc/schema)
