---
title: "Get Snowflake Job Settings"
method: GET
path: "/query/v2/snowflake_jobs/settings"
tags: ["QUERIES_V2"]
---

# Get Snowflake Job Settings

`GET /query/v2/snowflake_jobs/settings`

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- SnowflakeJobSettings
  - `prefix` string, nullable
  - `workflow_id` string, required
  - `run_id` string, nullable
  - `task_id` string, nullable
  - `project_id` string, required
  - `app_id` string, required
  - `custom_tags` string[], nullable — List of custom tag keys for filtering (max 15 tags per workload)

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
