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

# R2 Write Test

> Diagnostic: attempt a test write to R2 and verify it persists.



## OpenAPI

````yaml /openapi.json get /health/r2-test
openapi: 3.1.0
info:
  title: AITasker
  version: 0.1.0
servers: []
security: []
paths:
  /health/r2-test:
    get:
      tags:
        - Health
      summary: R2 Write Test
      description: 'Diagnostic: attempt a test write to R2 and verify it persists.'
      operationId: r2_write_test_health_r2_test_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````