List Events
GET /api/creative/timelines/{timeline_id}/events
GET
/api/creative/timelines/{timeline_id}/events
Get all events for a timeline with optional filters.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” timeline_id
required
Timeline Id
string
Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
EventListResponse
List of events.
object
status
required
Status
Operation status
string
data
required
Data
Events
Array<object>
TimelineEventFirst-class timeline event with structured fields.
object
timelineId
required
Timelineid
Parent timeline ID
string
title
required
Title
Event title
string
description
Description
Event description
string
dateDisplay
required
Datedisplay
Human-readable date string
string
dateSortKey
Datesortkey
Sortable integer date
integer
category
TimelineEventCategory
Event category
string
importance
TimelineEventImportance
Importance level
string
sortOrder
Sortorder
Order within same date
integer
tags
Tags
Tags
Array<string>
links
Links
Entity links
Array<object>
TimelineEventLinkLink from an event to an entity (character, location, document, etc.).
loreLinks
Lorelinks
Linked lore entries with link IDs
Array<object>
TimelineLoreLinkLink from an event to a lore entry, with the link record ID for unlinking.
object
id
required
Id
Link record ID
string
loreEntryId
required
Loreentryid
Lore entry ID
string
plotlineIds
Plotlineids
Plotline memberships
Array<string>
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context