---
title: "List deployments"
method: GET
path: "/api/deployments"
tags: ["Deployments"]
---

# List deployments

`GET /api/deployments`

Retrieve a list of all deployments configured for the current organisation.

## Response `200`

List of deployments

- object[] — List of deployments
  - `id` string, uuid, required — Unique identifier of the deployment
  - `name` string, required — Name of the deployment
  - `description` string — Description of the deployment
  - `provider` 'aws_s3' | 'azure_storage' | 'google_cloud_storage', required — Cloud storage provider type (aws_s3, azure_storage, google_cloud_storage)
  - `configuration` unknown
  - `organisationId` string, uuid, required — ID of the organisation this deployment belongs to
  - `organisation` object, required — Organisation associated with the deployment
    - `id` string, uuid, required — Unique identifier of the organisation
    - `name` string, required — Name of the organisation
    - `displayName` string, required — Display name of the organisation
    - `onboarded` boolean, required — Whether the organisation has completed onboarding
    - `license` string — License key of the organisation
    - `licenseData` unknown
    - `url` string — URL of the organisation
    - `themeLogo` string, required — Theme logo URL
    - `themePrimaryColor` string, required — Theme primary color
    - `preferences` unknown
    - `createdAt` string, required — Timestamp when the organisation was created
    - `updatedAt` string, required — Timestamp when the organisation was last updated
    - `deletedAt` string — Timestamp when the organisation was deleted
  - `createdAt` string, required — Timestamp when the deployment was created
  - `updatedAt` string, required — Timestamp when the deployment was last updated
  - `deletedAt` string — Timestamp when the deployment was deleted

---

[API](https://skmtc.dev/gorules/apis/gorules-agent-api.md) · [All operations](https://skmtc.dev/gorules/apis/gorules-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gorules/gorules-agent-api/revisions/52c0773fcd80/schema)
