---
title: "General Seqera service features and version."
method: GET
path: "/service-info"
tags: ["service-info"]
---

# General Seqera service features and version.

`GET /service-info`

## Response `200`

OK

- ServiceInfoResponse
  - `serviceInfo` ServiceInfo
    - `allowInstanceCredentials` boolean
    - `allowLocalRepos` boolean
    - `allowNextflowCliLogs` boolean
    - `allowSchedRoleCredentials` boolean
    - `analytics` Analytics
      - `hubspotId` string, nullable
      - `posthogApiHost` string, nullable
      - `posthogApiKey` string, nullable
    - `apiVersion` string
    - `authTypes` string[]
    - `commitId` string
    - `contactEmail` string
    - `contentMaxFileSize` integer
    - `contentUrl` string
    - `creditPurchasesEnabled` boolean
    - `evalWorkspaceIds` integer[], nullable
    - `forgePrefix` string
    - `groundswellAllowedWorkspaces` integer[], nullable
    - `groundswellEnabled` boolean
    - `heartbeatInterval` integer
    - `landingUrl` string, nullable
    - `launchConfigTextMaxSize` integer
    - `launchParamsTextMaxSize` integer
    - `llmEnabled` boolean
    - `loginPath` string
    - `logoutUrl` string, nullable
    - `navbar` NavbarConfig
      - `menus` NavbarConfigNavbarMenu[], nullable
        - `label` string
        - `url` string
    - `seqeraAgentBackendUrl` string, nullable
    - `seqeraAiBaseUrl` string, nullable
    - `seqeraCloud` boolean
    - `seqeraComputeEnabled` boolean
    - `termsOfUseUrl` string
    - `userWorkspaceEnabled` boolean
    - `version` string
    - `waveEnabled` boolean

## Other responses

- `400` — Bad request

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-08-27** `97f7655d105a` — 7 breaking, 4 warning, 2 info
  - the response property `serviceInfo/analytics` became nullable for the status `200`
  - the response property `serviceInfo/evalWorkspaceIds` became nullable for the status `200`
  - the response property `serviceInfo/groundswellAllowedWorkspaces` became nullable for the status `200`
  - the response property `serviceInfo/landingUrl` became nullable for the status `200`
  - …9 more
- **2026-08-25** `f1b3206690c9` — 2 info
  - added the optional property `serviceInfo/allowSchedRoleCredentials` to the response with the `200` status
  - added the optional property `serviceInfo/creditPurchasesEnabled` to the response with the `200` status
- **2026-07-09** `aa8544683897` — 2 info
  - added the optional property `serviceInfo/launchConfigTextMaxSize` to the response with the `200` status
  - added the optional property `serviceInfo/seqeraAgentBackendUrl` to the response with the `200` status
- **2026-04-27** `166be0f9d55d` — 1 info
  - added the optional property `serviceInfo/llmEnabled` to the response with the `200` status
- **2026-03-10** `49c99a6944de` — 1 info
  - added the optional property `serviceInfo/launchParamsTextMaxSize` to the response with the `200` status

[Full history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/service-info/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
