v2

latestOpenAPI 3.1.0UNLICENSED2026-07-26210239.8 KB

Get the details of a test case

post/flaky-tests/get-test-details

Request body

org_url_slugstring required

The slug of your organization. Find this at https://app.trunk.io/trunk/settings under "Organization Name" > "Slug"

test_idstring uuid required

The id of a test case. Should be a UUID.

Example request

{
  "repo": {
    "host": "github.com",
    "owner": "my-github-org",
    "name": "my-repo"
  },
  "org_url_slug": "my-trunk-org-slug",
  "test_id": "01234567-0123-0123-0123-0123456789ab"
}

Response

OK