Get Shared Step
get_shared_stepRetrieve details of a specific shared step using its ID and project code.
Instructions
Fetch details for a single shared step by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectCode | Yes | Project code identifier (e.g., BDI) | |
| sharedStepId | Yes | Identifier of the shared step |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the step | |
| type | Yes | Type of the step. Known values: "standalone" | "shared" | "shared_sub_step" | |
| title | No | Title of the step (only for shared steps) | |
| version | Yes | Version of the step | |
| expected | No | Expected result from the step (HTML; only for standalone and shared_sub_step) | |
| isLatest | Yes | Whether this is the latest version of the step | |
| subSteps | No | Sub-steps of a shared step, each with type 'shared_sub_step' (present only on shared steps) | |
| deletedAt | No | Date the step was deleted on (ISO 8601) | |
| description | No | Details of the step (HTML; only for standalone and shared_sub_step) |