Spectatr.ai

Scheduling & Ingestion · Ingest

Check ingest status

The source you attached and where it is in its lifecycle. Returns the most recent session for the fixture.


GET/matches/{externalId}/ingest

Response, 200

200 OK
{
  "id": "68b9c2110d5f8e4a72bb11",
  "externalId": "g-88213",
  "matchId": "68b9c1f04a2e7d3c91aa02",
  "protocol": "SRT_CALLER",
  "url": "srt://feed.provider.example:9001",
  "ingestStartTime": 1757008800000,
  "state": "STARTED",
  "audioTracks": [
    { "index": 0, "type": "PROGRAM", "language": "en", "channels": 2 },
    { "index": 1, "type": "AMBIENT", "channels": 2 }
  ],
  "attempts": 1,
  "lastError": null
}