Skip to main content
GET
/
v1
/
streams
/
{id}
/
title-changes
Title changes
curl --request GET \
  --url http://localhost:8787/v1/streams/{id}/title-changes \
  --header 'Authorization: Bearer <token>'
[
  {
    "changed_at": "2023-11-07T05:31:56Z",
    "title": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Optional bearer token enforced when the Worker is configured with an API token.

Path Parameters

id
string
required

Response

Successful response

changed_at
string<date-time>
required
title
string | null