---
title: "GET /attempts/"
method: GET
path: "/attempts/"
tags: ["attempts"]
---

# GET /attempts/

`GET /attempts/`

## Response `200`

OK

- Attempt[]
  - `uuid` string, uuid
  - `session_uuid` string, uuid, required
  - `attempt_number` integer
  - `state` 'not_started' | 'in_progress' | 'succeeded' | 'failed'
  - `success` boolean
  - `start_ts` string, date-time, nullable — Server side call started timestamp
  - `end_ts` string, date-time, nullable — Server side call ended timestamp
  - `finish_reason` string, nullable — Reason for interview completion
  - `sentiment` number, nullable — Sentiment score -1.0-1.0
  - `confidence` number, nullable — Confidence score 0.0-1.0
  - `engagement` number, nullable — Engagement score 0.0-1.0
  - `created_at` string, date-time

---

[API](https://skmtc.net/tadeus/apis/integration-api.md) · [All operations](https://skmtc.net/tadeus/apis/integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tadeus/integration-api/versions/1eb25fb9c852/schema)
