---
title: "Get a specific author"
method: GET
path: "/author/{id}"
tags: ["authors"]
---

# Get a specific author

`GET /author/{id}`

This method allows to retrieve a specific author.

## Path parameters

- `id` integer, required

## Response `200`

An author.

- AuthorResponse
  - `status` boolean
  - `result` 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)
