---
title: "GET /authors"
method: GET
path: "/authors"
---

# GET /authors

`GET /authors`

Gets authors

## Query parameters

- `name` string
- `startingAfter` string

## Response `200`

Success

- AuthorsResponse
  - `authorSet` AuthorSet
    - `randomProp` integer
    - `results` Author[]
      - `id` string
      - `name` string
  - `metadata` AuthorsResponseMetadata
    - `count` integer

## Changes

- **2017-02-16** `800bf7a9a3e4` — 1 info
  - endpoint added
- **2017-02-16** `2c022eb63067` — 1 breaking
  - api path removed without deprecation
- **2017-02-13** `f7b1d68c44e9` — 1 info
  - endpoint added
- **2016-10-20** `ae670caf5c72` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/clever/apis/swagger-test/changes/authors/get.md)

---

[API](https://skmtc.dev/clever/apis/swagger-test.md) · [All operations](https://skmtc.dev/clever/apis/swagger-test/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clever/swagger-test/revisions/4208ba32ef8e/schema)
