Title: Run Connection Output

URL Source: https://docs.shipp.ai/api-reference/connections-run-data-shape/

Markdown Content:
---
description: API Reference to Create Connection Output
---

[ Skip to content](#data-shape-what-youll-see-in-data) 

* [  How to Shipp ](../../how-to/)
* [  API Reference ](../)
* [  Error Format ](../error-format/)
* [  Usage Tips ](../usage-tips/)
* [  Versioning ](../versioning/)
* [  x402 Payments ](../x402/)
* [  Guides ](../../platform-guides/)
* [  Go To Shipp Dashboard ](https://platform.shipp.ai)

# Run Connection Output

Diving Deep?

This page is designed for AI Agents & users developing code directly. See [Getting Started](../../) and [Platform Guides](../../platform-guides/)

---

## Data Shape (What you’ll see in `data[]`)[¶](#data-shape-what-youll-see-in-data "Permanent link")

Each element of `data` is a JSON object representing a single event row. The system may include fields like:

Identifiers

* `game_id`
* `home_id`
* `away_id`
* `attribution_id`
* `posession_id`

Text / enums

* `sport`
* `home_name`
* `away_name`
* `game_clock`
* `game_period_sub`
* `desc`
* `type`
* `category`
* `score_method`
* `score_missed_outcome`

Numeric

* `home_points`
* `away_points`
* `game_period`
* `game_num`
* `down`
* `yards_first_down`
* `location_yard_line`
* `injury_time_minutes`

Time fields

* `wall_clock_start`
* `wall_clock_end`

Booleans

* `fake_punt`
* `fake_field_goal`
* `screen_pass`
* `play_action`
* `run_pass_options`

Info

* Not every row has every field.
* Fields may be absent when values are null/zero or not included by the feed’s “retrieve” configuration.
* Treat the response as **schema-flexible**. Agents and clients should be defensive and handle missing keys.
* Not all fields are applicable to all sports

 Back to top 