Skip to content

GET /procedure/

Get Phase Procedure

GET
/procedure/{phase_key}

Retrieve all steps for a phase, including resolved media file metadata.

Returns an ordered list of StepWithMediaInfo objects for the given phase,
with each step's media list populated by scanning the step media folder
on disk.

Emits: (direct query — no event class)

Required scope: process:template:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

phase_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.