Agentic Workflow Annotations
Definition
The time at which this automation was originally created.
The member ID of the user who originally created this automation.
The time at which the current version of this automation was created.
The member ID of the user who created the current version of this automation.
Optional UI folder path for organising groups (e.g. '/infrastructure/hosts'). Nesting is expressed with '/' separators.
Comma-separated list of principals to grant read access to. Supported formats: 'team:<team_id>' and 'user:<email>'. Example: 'team:team_01abc,user:alice@example.com'. Sharing is honored only on assets that declare a dash0.com/origin (for example those managed by Terraform, the operator, the CLI, or the API). Setting it on an asset that declares no dash0.com/origin is rejected with a 400 — manage that asset's access via the UI share dialog instead.
The plaintext webhook secret, returned exactly once: immediately after the backend
auto-provisions it on create or update (the first time a webhook trigger is added).
Absent on every other response, including subsequent reads of the same workflow — it
is stored only as an encrypted value and cannot be retrieved again. Use
POST .../webhook (regenerate) to obtain a new one if this value was missed.
Webhook-trigger-scoped feature flag, independent of the workflow's own spec.enabled.
Client-settable on write (via PUT/upsert), defaults to "true". "true" if the
webhook trigger is active, "false" if it is paused. Pausing keeps the secret and
webhook id intact; incoming requests are silently accepted but not forwarded.
Used by 1
These schemas and endpoints reference this type directly.