website/docs/reference/tools/testing/get_test_job.md
get_test_jobAuto-generated from the Python tool registry. Do not hand-edit outside
<!-- examples:start --><!-- examples:end -->blocks — the generator (tools/generate_docs_reference.py) will overwrite them.
Group: testing · Module: services.tools.run_tests
Polls an async Unity test job by job_id.
| Name | Type | Required | Description |
|---|---|---|---|
job_id | str | yes | Job id returned by run_tests |
include_failed_tests | bool | — | Include details for failed/skipped tests only (default: false) |
include_details | bool | — | Include details for all tests (default: false) |
wait_timeout | int | None | — | If set, wait up to this many seconds for tests to complete before returning. Reduces polling frequency and avoids client-side loop detection. Recommended: 30-60 seconds. Returns immediately if tests complete sooner. |
A dict containing the Unity response. The exact shape depends on the action.
No examples yet. Add usage examples here — they will be preserved across regenerations.
<!-- examples:end -->