Skip to content

GET /phase

Get Phase Data

GET
/phase

Fetch raw phase records by key list.

Accepts a repeated phase_key query parameter and returns the corresponding
PhaseRecord documents from the database. Used by the UI when it needs
lightweight phase metadata without the full process tree.

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

Query Parameters

phase_key*
Type
array
Required

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.