Retrieve timeline for a business

Returns a paginated list of timeline events for a business, providing a chronological record of changes observed on the business's Secretary of State registrations. Events are ordered by `occurred_at`, newest first. For accounts with the timeline feature enabled, a business's timeline is constructed once from historical SOS filings when the business's first Verify or Identity order is placed. From then on, new events are appended as Middesk observes registration changes for businesses with an active registration [monitor](https://docs.middesk.com/reference/monitor).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

business_idstringRequired
Business ID

Query parameters

pageintegerOptional

Page number (default: 1)

per_pageintegerOptional

Number of events per page (default: 100, max: 100)

start_datestringOptional

Filter events occurring on or after this date (YYYY-MM-DD format)

end_datestringOptional

Filter events occurring on or before this date (YYYY-MM-DD format)

event_typesstringOptional

Comma-separated list of event types to filter by. Valid values: registration.created, registration.updated, address.created, address.deleted, person.created, person.deleted, name.created, name.deleted

Response

timeline events list
objectstring
has_moreboolean
datalist of objects
total_countinteger

Errors

404
Get Business Timeline Request Not Found Error