Skip to main content
POST
Get the details of a test case

Authorizations

x-api-token
string
header
required

Body

application/json
repo
object
required

The repository to list tests for.

org_url_slug
string
required

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

Example:

"my-trunk-org-slug"

test_id
string<uuid>
required

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

Example:

"01234567-0123-0123-0123-0123456789ab"

Response

OK

test
object
required

The details of a test case.