---
title: "GET /eda-credentials/"
method: GET
path: "/eda-credentials/"
tags: ["eda-credentials"]
---

# GET /eda-credentials/

`GET /eda-credentials/`

List all EDA credentials

## Query parameters

- `credential_type__kind` string
- `credential_type_id` number
- `name` string
- `page` integer
- `page_size` integer

## Response `200`

Return a list of EDA credentials.

- PaginatedEdaCredentialList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` EdaCredential[]
    - `name` string, required
    - `description` string
    - `inputs` object, required
    - `credential_type` CredentialTypeRef
      - `id` integer, required
      - `name` string, required
      - `namespace` string, nullable
      - `kind` string
    - `references` EdaCredentialReference[], nullable
      - `type` string, required — Type of the related resource
      - `id` integer, required — ID of the related resource
      - `name` string, required — Name of the related resource
      - `url` string, uri, required — URL of the related resource
    - `id` integer, required
    - `created_at` string, date-time, required
    - `modified_at` string, date-time, required
    - `managed` boolean, required
    - `organization` OrganizationRef, required
      - `id` integer, required
      - `name` string, required — The name of this resource
      - `description` string — The organization description.

## Changes

- **2026-07-17** `c04fc5f09692` — 1 breaking
  - removed the required property `results/items/credential_type/allOf[#/components/schemas/CredentialTypeRef]/organization_id` from the response with the `200` status
- **2024-04-23** `cbf68ddd9760` — 1 info
  - endpoint added
- **2023-04-25** `62d33b790834` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/eda-credentials/get.md)

---

[API](https://skmtc.dev/ansible/apis/event-driven-ansible-api.md) · [All operations](https://skmtc.dev/ansible/apis/event-driven-ansible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ansible/event-driven-ansible-api/revisions/c04fc5f09692/schema)
