---
title: "Info"
method: GET
path: "/v1/info"
tags: ["v1"]
---

# Info

`GET /v1/info`

## Response `200`

Successful Response

- APIResponse — Main API Response object to all calls
  - `version` string, nullable
  - `status_code` integer, nullable
  - `status` StatusObj — System status response object
    - `code` integer, nullable
    - `status` string, nullable
    - `colette_code` integer, nullable
    - `colette_message` string, nullable
  - `info` InfoObj — System info response object
    - `services` string[], nullable
  - `service_name` string, nullable
  - `full_prompt` string, nullable
  - `full_response` object, nullable
  - `sources` object, nullable
  - `message` string, nullable
  - `output` string, nullable

---

[API](https://skmtc.net/jolibrain/apis/colette-version-server.md) · [All operations](https://skmtc.net/jolibrain/apis/colette-version-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jolibrain/colette-version-server/versions/73989efa31d3/schema)
