Skip to main content
GET
/
v1
/
campaigns
/
session
/
results
List session evaluation results
curl --request GET \
  --url https://api.external.hirednow.ai/v1/campaigns/session/results \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "f04352f1-2452-4cb7-8bad-56d6a089d56a",
    "score": 3.2,
    "campaign": {
      "id": "5c8e2a9f-7b4d-4e1c-9a6f-3d8b5e1a7c4f",
      "name": "Summer Sales Campaign 2024"
    },
    "user": {
      "email": "[email protected]",
      "id": "7a3f8e12-9b4d-4c7a-8f1e-2d6b5c8a9e3f"
    },
    "session": {
      "id": "8395386a-a15f-44cd-acca-84d51cef5aaf"
    },
    "scenario": {
      "id": "c764f25e-7920-40d9-8984-7b0fc17d12ff",
      "name": "Inbox Triage",
      "type": {
        "key": "EMAIL",
        "label": "Threaded Email"
      }
    },
    "eval_results": [
      {
        "score": "3",
        "skill": {
          "key": "JUDGMENT",
          "label": "Judgment"
        },
        "evaluated_at": "2025-04-29T00:01:42.277Z",
        "evaluation_id": "c204d8dd-8550-4c39-bf2c-23c11c090932",
        "rationale": "The candidate makes reasonable decisions in straightforward situations but struggles with uncertainty, as seen in the inappropriate response to the CEO's complaint and ignoring the vague project email."
      },
      {
        "score": "3",
        "skill": {
          "key": "ATTENTION_TO_DETAIL",
          "label": "Attention to Detail"
        },
        "evaluated_at": "2025-04-29T00:01:42.277Z",
        "evaluation_id": "c204d8dd-8550-4c39-bf2c-23c11c090932",
        "rationale": "The candidate demonstrates acceptable accuracy but misses some details, such as responding as Alex inappropriately and ignoring a request for guidance, indicating a need for occasional corrections."
      },
      {
        "score": "4",
        "skill": {
          "key": "PRIORITIZATION",
          "label": "Prioritization"
        },
        "evaluated_at": "2025-04-29T00:01:42.277Z",
        "evaluation_id": "c204d8dd-8550-4c39-bf2c-23c11c090932",
        "rationale": "The candidate effectively prioritizes high-impact tasks, such as urgent investor presentation changes and confidential merger details, while also addressing routine matters, demonstrating proficient prioritization skills."
      },
      {
        "score": "3",
        "skill": {
          "key": "WRITTEN_COMMUNICATION",
          "label": "Written Communication"
        },
        "evaluated_at": "2025-04-29T00:01:42.277Z",
        "evaluation_id": "c204d8dd-8550-4c39-bf2c-23c11c090932",
        "rationale": "The candidate communicates with occasional errors and lapses in clarity, such as in the reasoning for Email Response Pair #1 and #5, but generally conveys the intended message. The responses show some tailoring to the audience, but there are instances of misjudgment, such as replying as the client in Email Response Pair #3, which affects professionalism."
      },
      {
        "score": "3",
        "skill": {
          "key": "CRITICAL_THINKING",
          "label": "Critical Thinking"
        },
        "evaluated_at": "2025-04-29T00:01:42.277Z",
        "evaluation_id": "c204d8dd-8550-4c39-bf2c-23c11c090932",
        "rationale": "The user demonstrates basic logical reasoning skills and attempts to evaluate information, but their responses often lack depth and consideration of multiple perspectives, such as ignoring the Project Phoenix email."
      }
    ],
    "feedback": {
      "key_strengths": [
        {
          "title": "Communication Attempt",
          "strength": "You made an attempt to communicate, which is a foundational step in engaging with tasks. Building on this can help improve clarity and effectiveness in future interactions."
        },
        {
          "title": "Willingness to Engage",
          "strength": "Your initial response indicates a willingness to participate. Harnessing this willingness with more structured and relevant content can enhance your contributions."
        }
      ],
      "areas_for_growths": [
        {
          "title": "Enhancing AI Knowledge",
          "improvement_area": "Focus on engaging with AI-related content and discussions to build your knowledge and demonstrate understanding of AI capabilities and solutions."
        },
        {
          "title": "Improving Communication Clarity",
          "improvement_area": "Work on structuring your responses with clear, logical flow to ensure your communication is coherent and accessible to your audience."
        },
        {
          "title": "Developing Problem-Solving Skills",
          "improvement_area": "Engage more deeply with tasks to identify and address workflow challenges, showcasing your ability to solve problems effectively."
        }
      ]
    },
    "additional_scores": {
      "cefr": {
        "score": "C1"
      }
    },
    "created_at": "2025-04-29T00:01:42.277Z",
    "updated_at": "2025-04-29T00:01:42.277Z",
    "order_index": "4"
  }
]
This endpoint returns results for campaigns with type: "SESSION_COMPLETION".

Authorizations

Authorization
string
header
required

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

Query Parameters

campaign_id
string<uuid>
required

Unique identifier for the campaign

limit
integer
default:10

Number of results to return

Required range: 1 <= x <= 100
sort
enum<string>
default:desc

Sort order for the results

Available options:
desc,
asc
start_date
string<date>

Start date for filtering results (YYYY-MM-DD format)

end_date
string<date>

End date for filtering results (YYYY-MM-DD format)

starting_after
integer<int64>

Pagination cursor - results after this big integer value

Response

Session evaluation results response

id
string<uuid>

Unique identifier for the evaluation result

score
number<float>

Overall score for the scenario

campaign
object

Campaign information

user
object

User information

session
object

Session information

scenario
object

Scenario information

eval_results
object[]

Detailed evaluation results for each skill assessed

feedback
object

Structured feedback for this session

additional_scores
object

Additional scoring metrics and assessments

created_at
string<date-time>

Timestamp when the result was created

updated_at
string<date-time>

Timestamp when the result was last updated

order_index
string

Order index used for sorting