---
title: "GetAllMuscles"
method: GET
path: "/api/v1/muscles"
tags: ["muscles"]
---

# GetAllMuscles

`GET /api/v1/muscles`

## Response `200`

List all the Muscles.

- object
  - `success` boolean, required — Indicates whether the request was successful
  - `data` string[], required — List all of Muscles.

## Other responses

- `400` — The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
- `401` — Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.
- `403` — The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server.
- `404` — The server cannot find the requested resource. In the browser, this means the URL is not recognized. In an API, this can also mean that the endpoint is valid but the resource itself does not exist. Servers may also send this response instead of 403 Forbidden to hide the existence of a resource from an unauthorized client. This response code is probably the most well known due to its frequent occurrence on the web.
- `405` — The request method is not supported by the target resource. The server must generate an Allow header field in a 405 response containing a list of the target resource's currently supported methods.
- `409` — This response is sent when a request conflicts with the current state of the server.
- `412` — The requested operation cannot be completed because certain conditions were not met. This typically occurs when a required resource state or version check fails.
- `429` — The user has sent too many requests in a given amount of time ("rate limiting")
- `500` — The server has encountered a situation it does not know how to handle.

---

[API](https://skmtc.dev/ascendapi/apis/exercisedb-v1.md) · [All operations](https://skmtc.dev/ascendapi/apis/exercisedb-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ascendapi/exercisedb-v1/revisions/c5d4e79509c5/schema)
