---
title: "GET /experimental/workspaces/{workspaceId}/automations/trigger-delivery-readiness"
method: GET
path: "/experimental/workspaces/{workspaceId}/automations/trigger-delivery-readiness"
tags: ["Workspaces"]
---

# GET /experimental/workspaces/{workspaceId}/automations/trigger-delivery-readiness

`GET /experimental/workspaces/{workspaceId}/automations/trigger-delivery-readiness`

Reports, per event, whether a delivery of it from a repository reaches this workspace.

## Path parameters

- `workspaceId` string, uuid, required

## Query parameters

- `originRemoteUrl` string, required
- `event` union, required
  - string
  - string[]

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, required
    - `type` 'trigger-delivery-readiness', required
    - `attributes` object, required
      - `events` object[], required
        - `event` string, required
        - `verdict` union, required
          - 'receives'
          - 'not-installed'
          - 'awaiting-owner-acceptance'
          - 'not-subscribed'

## Other responses

- `401` — Unauthorized
- `403` — Default Response
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-09-17** `f4832accd5c3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/workspaces/:workspaceId/automations/trigger-delivery-readiness/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/3c979ca657d8?raw)
