---
title: "Get organization OpenCode Go credential status"
method: GET
path: "/v1/opencode-go/credentials"
tags: ["Credentials"]
---

# Get organization OpenCode Go credential status

`GET /v1/opencode-go/credentials`

## Response `200`

Credential status

- ApiKeyCredentialStatus
  - `hasCredentials` boolean, required
  - `credentialId` string, uuid
  - `apiKey` string
  - `lastFetchedAt` string, date-time

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

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