Skip to main content
GET
Get pipeline

Path Parameters

workspaceSlug
string
required

URL-safe workspace identifier.

pipelineSlug
string
required

URL slug of the pipeline, unique within its workspace.

Response

Pipeline response.

Pipeline response.

createdAt
string<date-time>
required

Timestamp when the pipeline was created.

createdBy
object
required

Account that created this pipeline.

definition
object
required

Detection + redaction configuration.

displayName
string
required

Pipeline display name.

slug
string
required

URL slug of the pipeline, unique within its workspace.

Required string length: 3 - 32
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
status
required

Pipeline lifecycle status.

Allowed value: "draft"
updatedAt
string<date-time>
required

Timestamp when the pipeline was last updated.

workspaceSlug
string
required

Handle of the workspace this pipeline belongs to.

Required string length: 3 - 32
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
description
string

Pipeline description.

retention
object

Per-scope data-retention override, when the pipeline sets one.