GET
/
api
/
v1
/
episodes
/
{episodeId}
/
facts
[
  {
    "id": "<string>",
    "content": "<string>",
    "type": "<string>",
    "confidence": 123,
    "validFrom": "2023-11-07T05:31:56Z",
    "validTo": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Path Parameters

episodeId
string
required

Response

200 - application/json

Episode facts

The response is of type object[].