Skip to main content
GET
/
v1
/
streams
/
{id}
/
timeline
Combined timeline
curl --request GET \
  --url http://localhost:8787/v1/streams/{id}/timeline \
  --header 'Authorization: Bearer <token>'
[
  {
    "type": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "value": "<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

type
string
required
timestamp
string<date-time>
required
value
string | null