---
title: "List datastores"
method: GET
path: "/api/v2/actions-datastores"
tags: ["Actions Datastores"]
---

# List datastores

`GET /api/v2/actions-datastores`

Lists all datastores for the organization.

## Response `200`

OK

- DatastoreArray — A collection of datastores returned by list operations.
  - `data` DatastoreData[], required — An array of datastore objects containing their configurations and metadata.
    - `attributes` DatastoreDataAttributes — Detailed information about a datastore.
      - `created_at` string, date-time — Timestamp when the datastore was created.
      - `creator_user_id` integer — The numeric ID of the user who created the datastore.
      - `creator_user_uuid` string — The UUID of the user who created the datastore.
      - `description` string — A human-readable description about the datastore.
      - `modified_at` string, date-time — Timestamp when the datastore was last modified.
      - `name` string — The display name of the datastore.
      - `org_id` integer — The ID of the organization that owns this datastore.
      - `primary_column_name` string — The name of the primary key column for this datastore. Primary column names: - Must abide by both [PostgreSQL naming conventions](https://www.postgresql.org/docs/7.0/syntax525.htm) - Cannot exceed 63 characters
      - `primary_key_generation_strategy` 'none' | 'uuid' — Can be set to `uuid` to automatically generate primary keys when new items are added. Default value is `none`, which requires you to supply a primary key for each new item.
    - `id` string — The unique identifier of the datastore.
    - `type` 'datastores', required — The resource type for datastores.

## Other responses

- `429` — Too many requests

---

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