DocuTray

getStep

Get a step

GET/api/steps/{id}

Retrieve a step belonging to the API key's organization, including its execution counters. Requires membership in that organization; any role (owner, admin, member) can read.

A step from another organization is indistinguishable from a non-existent one: both return 404.

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Bearer token for API authentication

In: header

Path Parameters

id*string

Step ID

Response Body

application/json