# rpk connect studio pull

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: rpk connect studio pull
latest-redpanda-tag: v24.3.9
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "true"
page-eol-date: December 3, 2025
latest-connect-version: 4.93.0
docname: rpk/rpk-connect/rpk-connect-studio-pull
page-component-name: streaming
page-version: "24.3"
page-component-version: "24.3"
page-component-title: Streaming
page-relative-src-path: rpk/rpk-connect/rpk-connect-studio-pull.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/24.3/modules/reference/pages/rpk/rpk-connect/rpk-connect-studio-pull.adoc
page-git-created-date: "2024-05-30"
page-git-modified-date: "2024-05-30"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/24.3/reference/rpk/rpk-connect/rpk-connect-studio-pull.md -->

Run deployments configured within a Redpanda Connect session.

When a Studio session has one or more deployments added, this command synchronizes with the session and obtains a deployment assignment. The assigned deployment then determines which configs from the session to download and execute.

When changes are made to files of an assigned deployment, or when a new deployment is assigned, this service automatically downloads the new config files and executes them, replacing the previous running stream.

## [](#usage)Usage

```bash
rpk connect studio pull [command options] [arguments...]
```

## [](#flags)Flags

| Value | Type | Description |
| --- | --- | --- |
| --session, -s | - | The session ID to synchronize with. |
| --name | - | An explicit name to adopt in this instance, used to identify its connection to the session. Each running node must have a unique name. If left unset, a name is generated each time the command is run. |
| --token, -h | - | A token for the session, used to authenticate requests. If left blank, the environment variable BSTDIO_NODE_TOKEN is used. |
| --token-secret | - | A token secret the session, used to authenticate requests. If left blank, the environment variable BSTDIO_NODE_SECRET is used. |
| --send-traces | - | Whether to send trace data back to Studio during execution. This is an opt-in way to add trace events to the graph editor for testing and debugging configs. This is a very useful feature, but use it with caution, because it exports information about messages passing through the stream (default: false). |
| --help, -h | - | Show help. |