---
title: "GET /credential-types/"
method: GET
path: "/credential-types/"
tags: ["credential-types"]
---

# GET /credential-types/

`GET /credential-types/`

List all credential types

## Query parameters

- `name` string
- `namespace` string
- `page` integer
- `page_size` integer

## Response `200`

Return a list of credential types.

- PaginatedCredentialTypeList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` CredentialType[]
    - `name` string, required
    - `namespace` string, nullable
    - `kind` string
    - `description` string
    - `inputs` object
    - `injectors` object
    - `id` integer, required
    - `created_at` string, date-time, required
    - `modified_at` string, date-time, required
    - `managed` boolean, required

## Changes

- **2026-07-17** `c04fc5f09692` — 1 breaking, 1 info
  - removed the required property `results/items/organization_id` from the response with the `200` status
  - added the new optional `query` request parameter `namespace`
- **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/credential-types/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)
