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

# Check API Status

You can also use the [status dashboard](https://status.costa.security).


## OpenAPI

````yaml https://raw.githubusercontent.com/costa-security/openapi/refs/heads/main/openapi.yaml get /health
openapi: 3.1.0
info:
  title: Costa Code API
  version: 0.0.1-rc.1
servers:
  - url: https://{defaultHost}
    variables:
      defaultHost:
        default: ai.costa.app/api/v1
security: []
paths:
  /health:
    get:
      tags:
        - Service
        - Health
      summary: Check API Status
      responses:
        '200':
          description: service is up
      security: []

````