Skip to main content
GET
Get a test

Authorizations

Authorization
string
header
required

API key authentication. Use your Decipher API key as the bearer token.

Path Parameters

testId
string
required

The ID of the test

Example:

"456"

Query Parameters

include
enum<string>

Pass "steps" to include the test step definitions in the response

Available options:
steps

Response

Test details

object
enum<string>
required
Available options:
test
id
number
required
name
string
required
url
string
required

Decipher dashboard link for the test

Example:

"https://app.getdecipher.com/tests/456"

status
enum<string>
required
Available options:
live,
paused
tags
string[]
required
createdBy
string | null
required

Email of who recorded the source session

owners
string[]
required

Owner email addresses

Example:
createdAt
string
required
updatedAt
string
required
steps
object[]

Test steps. Only present when ?include=steps is set.