---
title: "Get all authors"
method: GET
path: "/author"
tags: ["authors"]
---

# Get all authors

`GET /author`

This method allows to retrieve all authors in selected project.

## Query parameters

- `search` string
- `type` 'app' | 'user'
- `limit` integer
- `offset` integer

## Response `200`

Author list.

- AuthorListResponse
  - `status` boolean
  - `result` object
    - `total` integer
    - `filtered` integer
    - `count` integer
    - `entities` Author[]
      - `id` integer
      - `author_id` integer
      - `entity_type` string
      - `entity_id` integer
      - `email` string
      - `name` string
      - `is_active` boolean

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
