Platform API

API for pipeline management, job configuration, and execution monitoring

Platform API

The Platform API provides endpoints for managing data pipelines, jobs, and execution monitoring in Dadosfera.

Overview

  • Pipelines: Create, update, delete, execute, pause/unpause pipelines
  • Jobs: Configure job inputs, memory allocation, sync modes
  • Runs: Track pipeline executions and access logs
  • Connectors: JDBC, Singer, and S3 connector-specific operations

Authentication

All endpoints require JWT authentication via the Authorization header.

Permissions

PermissionOperations
PIPELINE.CREATECreate pipelines
PIPELINE.GETView pipelines, jobs, runs
PIPELINE.UPDATEUpdate, execute, pause pipelines
PIPELINE.DELETEDelete pipelines