---
title: "Get Evaluator Source Code Endpoint"
method: GET
path: "/v1/accounts/{account_id}/evaluators/{evaluator_id}:getSourceCodeSignedUrl"
tags: ["gateway.openapi_Gateway"]
---

# Get Evaluator Source Code Endpoint

`GET /v1/accounts/{account_id}/evaluators/{evaluator_id}:getSourceCodeSignedUrl`

Returns a signed URL to download the evaluator's source code archive.
Useful for debugging or reviewing the uploaded code.

## Path parameters

- `account_id` string, required
- `evaluator_id` string, required

## Query parameters

- `readMask` string

## Response `200`

A successful response.

- GatewayGetEvaluatorSourceCodeEndpointResponse
  - `filenameToSignedUrls` object

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/versions/29a1e4db152c/schema)
