---
title: "Test Task"
method: POST
path: "/api/jobs/test-task"
tags: ["Jobs"]
---

# Test Task

`POST /api/jobs/test-task`

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Request body

- TestSubmissionRequest — The test-task submit form (web/app/ai-native-developer/test/submit/route.ts). Required: a way to reach back and the Task-1 alerts log (its timestamps carry the monitor window — no self-reported window, no stand key: the stand is one shared keyless world). Everything else optional — partial submissions are welcome by design. trace1/trace2 are the per-task agent traces (Task 1/2).
  - `vacancy_slug` string, required
  - `name` string
  - `contact` string, required
  - `channel` string
  - `dashboard_link` string
  - `report_link` string
  - `comment` string
  - `alerts_filename` string, required
  - `alerts_base64` string, required
  - `code_filename` string
  - `code_base64` string
  - `trace1_filename` string
  - `trace1_base64` string
  - `trace2_filename` string
  - `trace2_base64` string
  - `harness_filename` string
  - `harness_base64` string
  - `stand_fingerprint` string
  - `stand_world_epoch` string
  - `website` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/aec0744a2cd1/schema)
