> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List categories

> The list of all job categories

<Note>Requires user authentication</Note>

<ResponseExample>
  ```json Response theme={"system"}
  [
    {
      "id": 1,
      "name": "Engineering"
    },
    {
      "id": 2,
      "name": "Design"
    }
  ]
  ```
</ResponseExample>
