GET
/
apiKey
/
v2
/
test-targets
/
{testTargetId}
/
config
curl --request GET \
  --url https://app.octomind.dev/api/apiKey/v2/test-targets/{testTargetId}/config \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Path Parameters

testTargetId
string
required

The ID of the test target

Query Parameters

url
string
required

The execution URL for the test target

outputDir
string
required

The directory where test output will be stored

headless
string

Whether to run tests in headless mode (true/false)

environmentId
string

Optional ID of the environment to use (defaults to the test target's default environment if not provided)

Response

200
text/plain

Test target configuration retrieved successfully

The test target configuration as plain text