Shared Steps
Get Shared Step
Retrieve a shared step collection, optionally by version.
GET
Authentication: Any authenticated API key
Path Parameters
The shared step collection ID
Query Parameters
Fetch a specific version of the collection instead of the latest. Must be a
positive integer.
Response
Shared step collection ID
Project the collection belongs to
Collection name
Current version. Pass this back as
expected_version when calling
Update Shared Step.Always
true for collections returned by this endpointISO 8601 timestamp when the collection was created
Who created the collection
Map of step key (
"1", "2", …) → step body. Each step has the same shape
used inside test cases (goal, expected_results, finish_condition,
screenshots, pause_game, performance_monitoring, hint_manual). See
Get Test → Verification step shape
for the field details — expected_results is the structured list of checks
and finish_condition is its legacy single-string rendering.Ordered list of step keys
Authorizations
API key for authentication
Path Parameters
Shared step collection ID
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Specific version (positive integer)
Required range:
x >= 1