Skip to main content
GET
List stories

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Query Parameters

aired
string

true to only include stories that have aired in at least one bulletin; false for stories that never have. Airing is tracked per-bulletin (BulletinStory), not on the story itself — see the story detail's bulletins field for the per-bulletin breakdown.

created_at
string

Filter by creation date, YYYY-MM-DD.

cursor
string

The pagination cursor value.

deadline
string

Filter by deadline date, YYYY-MM-DD.

page_size
integer

Number of results to return per page.

platform
string

Filter by broadcast platform: television or radio.

Case-insensitive partial match against reference or title.

urgency_level
string

Filter by priority: low, medium, high, or urgent (Breaking).

Response

200 - application/json
results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cD00ODY%3D\""

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"