Retrieve timeline for a business

Returns a paginated list of timeline events for a business. Timeline events include Secretary of State (SOS) history events and SOS monitoring events, providing a chronological record of changes to the business’s registration data.

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 on or after this date (YYYY-MM-DD format)

end_datestringOptional

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

event_typesstringOptional

Comma-separated list of event types to filter by

Response

timeline events list

Errors