---
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 — Bearer token for authentication

## Response `200`

Successful response

- HandlersListMyChecksResponse
  - `executions` HandlersWorkflowExecutionSummary[], nullable
    - `children` HandlersWorkflowExecutionSummary[]
    - `displayName` string
    - `endTime` string
    - `enqueuedAt` string
    - `execution` HandlersWorkflowIdentifier
      - `runId` string
      - `workflowId` string
    - `failure_reason` string, nullable
    - `queue` HandlersWorkflowQueueSummary
      - `line_len` integer
      - `position` integer
      - `runner_ids` string[]
      - `ticket_id` string
    - `results` HandlersPipelineResults[]
      - `screenshot` string
      - `video` string
    - `startTime` string
    - `status` string
    - `type` HandlersWorkflowType
      - `name` string

## Other responses

- `default` — An unexpected error occurred.

## Changes

- **2026-02-17** `39b2cda1a16e` — 1 breaking, 5 info
  - the response property `executions` became nullable for the status `200`
  - api operation id `listMyChecks` removed and replaced with `checks.list`
  - added the optional property `executions/items/enqueuedAt` to the response with the `200` status
  - added the optional property `executions/items/failure_reason` to the response with the `200` status
  - …2 more
- **2025-11-15** `065ee66c8e8f` — 1 breaking, 29 warning, 4 info
  - the `executions/items/status` response's property type/format 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
- …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/39b2cda1a16e/schema)
