Skip to content

GET /step/{step_key}/media

Get Step Media

GET
/step/{step_key}/media

List all media files attached to a process step.

Returns the media records associated with step_key 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

step_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.