---
title: "Queries the runs spawned by a signal."
method: GET
path: "/signal/{signalId}/run"
tags: ["Signal"]
---

# Queries the runs spawned by a signal.

`GET /signal/{signalId}/run`

## Path parameters

- `signalId` string, required

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string[]
- `status` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `trigger_source` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `started_at` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `completed_at` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `audience_job_id` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `logic` 'and' | 'or'

## Response `200`

OK

- QuerySignalRunsEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QuerySignalRunsEndpointOutput[], required
    - `id` string, required — The unique identifier of the run.
    - `signalId` string, required — The id of the parent signal.
    - `triggerSource` 'Scheduled' | 'Manual', required
    - `status` 'Pending' | 'Running' | 'Completed' | 'Failed' | 'Skipped', required
    - `startedAt` string, date-time, required — When the run was started.
    - `audienceJobId` string, nullable — The id of the audience job this run spawned (null until orders confirms creation).
    - `completedAt` string, date-time, nullable — When the run reached a terminal state.
    - `resultFileName` string, nullable — File name of the audience-job result, when completed.
    - `failureMessage` string, nullable — Reason the run failed.
    - `skippedReason` string, nullable — Reason the run was skipped without spawning an audience job.
  - `totalPages` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/fdb89a6eb2fb/schema)
