Skip to main content

Get Process

Use GET /processes/{process_id} to retrieve the current normalized public process record.

When To Use It

Use this endpoint as the source of truth for:
  • current public status
  • resolved target assignment
  • callbacks configured for the process
  • error summary
  • linked queue-item ids
  • partial progress

Request Example

Response Example

Response Fields

error

When present:

linked_ids

Timestamp Precision

Public timestamps are useful for sequencing, not device-level audit precision.
  • accepted_at comes from the accepted milestone.
  • queued_at comes from the planned milestone.
  • executing_at is sourced from queue-item materialization.
  • finished_at is derived from terminal row update time.

Failure Modes