Skip to main content
GET
getStrategyTimelines

Headers

Authorization
string<JWT>

User API token.

Query Parameters

strategy_id[]
string[]
required

Array of strategy IDs.

Maximum array length: 100

AlphaInsider strategy identifier.

type[]
enum<string>[]

Array of timeline types to filter by.

Available options:
trade,
post,
dividend,
split
is_notification
boolean

If true, only show timelines you receive notifications from.

start_date
string<date-time>

Start date.

end_date
string<date-time>

End timestamp for the current period or range.

limit
number
required

Number of results to return.

offset_id
string

Offet by ID. Used for pagination.

Response

Request was successful.

success
boolean

True when the request succeeded.

response
object[]

Endpoint-specific response payload, or an error message when success is false.