---
title: "Get a list of all checks for the authenticated user"
method: GET
path: "/api/my/checks"
---

# Get a list of all checks for the authenticated user

`GET /api/my/checks`

List all checks for the authenticated user

## Headers

- `Authorization` string, required

## Response `200`

Successful response

- ListMyChecksResponse
  - `executions` WorkflowExecutionSummary[]
    - `children` WorkflowExecutionSummary[]
    - `displayName` string
    - `endTime` string
    - `execution` WorkflowIdentifier
      - `runId` string
      - `workflowId` string
    - `startTime` string
    - `status` string
    - `type` WorkflowType
      - `name` string

## Other responses

- `default` — An unexpected error occurred.

## Changes

- **2025-11-15** `065ee66c8e8f` — 1 breaking, 29 warning, 4 info
  - the `executions/items/status` response's property type changed from `object` to `string` for status `200`
  - removed the optional property `executions/items/assignedBuildId` from the response with the `200` status
  - removed the optional property `executions/items/callbacks` from the response with the `200` status
  - removed the optional property `executions/items/canBeTerminated` from the response with the `200` status
  - …30 more
- **2025-09-09** `22d742cd7c0c` — 4 warning, 4 info
  - removed the optional property `Code` from the response with the `default` status
  - removed the optional property `Domain` from the response with the `default` status
  - removed the optional property `Message` from the response with the `default` status
  - removed the optional property `Reason` from the response with the `default` status
  - …4 more
- **2025-08-06** `a6cfb3a74f48` — 1 breaking, 9 warning, 23 info
  - the `executions/items/status` response's property type changed from `string` to `object` for status `200`
  - removed the optional property `executions/items/closeTime` from the response with the `200` status
  - removed the optional property `executions/items/execution` from the response with the `200` status
  - removed the optional property `executions/items/executionDuration` from the response with the `200` status
  - …29 more
- …earlier changes not shown

[Full history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/api/my/checks/get.md)

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/1e04eb9b6b53/schema)
