---
title: "List self node scheduling policies"
method: GET
path: "/api/v1/node-scheduling-policies/self"
tags: ["NodePolicies"]
---

# List self node scheduling policies

`GET /api/v1/node-scheduling-policies/self`

List node scheduling policies created by the authenticated user.

## Response `200`

OK

- GithubComGthulhuApiManagerRestSuccessResponseRestListNodeSchedulingPoliciesResponse
  - `data` RestListNodeSchedulingPoliciesResponse
    - `policies` RestNodeSchedulingPolicyResponse[]
      - `commandRegex` string
      - `draSelectors` RestDRASelectorPayload[]
        - `attributes` GithubComGthulhuApiManagerRestLabelSelector[]
          - `key` string
          - `value` string
        - `deviceClass` string
      - `executionTime` integer
      - `id` string
      - `nodeNames` string[]
      - `nodeSelectors` GithubComGthulhuApiManagerRestLabelSelector[]
        - `key` string
        - `value` string
      - `priority` integer
  - `success` boolean
  - `timestamp` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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