Skip to main content
Dagster
Dagster
52 actions · 1 auth method
Developer Tools

Authentication

User Token

Dagster+ uses a User Token sent in the `Dagster-Cloud-Api-Token` header. The connector also needs your organization slug…Guides: Connector Profile, Link Account
Actions
52 actions
Action
Description
List Runs
List job runs in the current deployment with optional filtering and cursor pagination.
Get Run
Retrieve a single run by ID, including status, config, tags, and execution stats.
List Run IDs
List run IDs only (bulk ID-only listing) with optional filter and cursor pagination.
Get Run Group
Retrieve a run and all of its re-execution lineage (root + descendants).
List Runs Feed
List the UI-style runs feed unifying individual runs and backfills.
List Run Tag Keys
List distinct tag keys observed across all runs.
List Run Tags
List distinct tag key/value pairs observed across runs.
Get Run Logs
Stream the event log for a run with cursor pagination.
Launch Run
Launch a new run of a Dagster job with the supplied run config and tags.
Launch Multiple Runs
Launch several runs in a single request.
Re-execute Run
Re-execute an existing run (full re-run or from-failure).
Terminate Run
Cancel an in-flight run.
Delete Run
Permanently delete a run record from storage.
Get Job
Retrieve a job (pipeline) by its selector.
Validate Run Config
Validate a run config against a job before launching.
Get Execution Plan
Compute the step plan that would run for a given run config.
List Assets
List asset keys with optional prefix filter and cursor pagination.
Get Asset
Retrieve one asset by its key.
List Asset Nodes
List asset nodes (assets that have a Dagster definition) with filters.
Get Asset Node
Retrieve one asset node (definition-backed asset view) by key.
Get Assets Latest Info
Return the latest materialization info for a list of asset keys.
List Asset Records
List materialized asset records (assets that have at least one materialization on file).
Wipe Assets
Delete materialization history for the given asset partition ranges.
List Asset Check Executions
List execution history of an asset check.
Report Asset Materialization
Report a materialization of an external asset via the External Assets REST API.
Report Asset Observation
Report an observation of an external asset via the External Assets REST API.
Report Asset Check
Report the result of an asset quality check via the External Assets REST API.
List Sensors
List all sensors in a repository.
Get Sensor
Retrieve a single sensor by selector.
Start Sensor
Start (enable) a sensor.
Stop Sensor
Stop (disable) a running sensor.
List Schedules
List all schedules in a repository.
Get Schedule
Retrieve a single schedule by selector.
Start Schedule
Start (enable) a schedule.
Stop Schedule
Stop (disable) a running schedule.
Add Dynamic Partition
Add a key to a dynamic partition set.
Delete Dynamic Partitions
Remove keys from a dynamic partition set.
List Backfills
List partition backfills with optional filtering and cursor pagination.
Get Backfill
Retrieve one backfill by ID.
Launch Backfill
Start a new partition backfill.
Cancel Backfill
Cancel an in-flight backfill.
Resume Backfill
Resume a failed backfill.
List Repositories
List all code repositories loaded in the deployment.
Get Repository
Retrieve one repository by selector.
Get Workspace
Retrieve the workspace and its code locations.
List Code Location Statuses
List the load status of each code location.
Reload Code Location
Reload a single code location.
Reload Workspace
Reload every code location in the workspace.
List Top-Level Resources
List the top-level Dagster resources defined in a repository.
Pause / Resume Auto-Materialize
Pause or resume the global auto-materialize daemon.
Set Concurrency Limit
Set the global concurrency limit for a given concurrency key.
Get Instance
Retrieve Dagster instance/deployment configuration.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/dagster/filled/png

Connector Profile

Dagster - User Token
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/dagster/filled/png

Link Account

Dagster - User Token
4

Use Actions

Invoke actions using one of the methods below: