---
title: "GET /orgs/fetch-running-containers"
method: GET
path: "/orgs/fetch-running-containers"
tags: ["orgs"]
---

# GET /orgs/fetch-running-containers

`GET /orgs/fetch-running-containers`

Gets the current organization's running containers.

## Headers

- `X-Phantombuster-Org` string

## Response `200`

OK

- object
  - `containers` object[], required
    - `id` string, required
    - `agentId` string, required
    - `agentName` string, nullable
    - `createdAt` number, required
    - `retryNumber` number, required
    - `launchType` 'manual' | 'user api call' | 'scheduled once' | 'scheduled repeatedly' | 'scheduled after agent' | 'retry' | 'scheduled before' | 'browser extension api call', required
    - `scriptSlug` string, required

---

[API](https://skmtc.net/phantombuster/apis/phantombuster-api-v2.md) · [All operations](https://skmtc.net/phantombuster/apis/phantombuster-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phantombuster/phantombuster-api-v2/versions/acf0049d7c7f/schema)
