---
title: "List self schedule intents"
method: GET
path: "/api/v1/intents/self"
tags: ["Strategies"]
---

# List self schedule intents

`GET /api/v1/intents/self`

List schedule intents created by the authenticated user.

## Response `200`

OK

- GithubComGthulhuApiManagerRestSuccessResponseRestListScheduleIntentsResponse
  - `data` RestListScheduleIntentsResponse
    - `intents` RestScheduleIntent[]
      - `commandRegex` string
      - `executionTime` integer
      - `id` string
      - `k8sNamespace` string
      - `nodeID` string
      - `podID` string
      - `podLabels` object
      - `priority` integer
      - `state` 0 | 1 | 2
      - `strategyID` string
  - `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/revisions/a72e72a0d984/schema)
