---
title: "Get market timeline"
method: GET
path: "/api/v1/markets/{market_address}/timeline"
tags: ["get-market-timeline"]
---

# Get market timeline

`GET /api/v1/markets/{market_address}/timeline`

Returns the full lifecycle event history for the question backing this market — including when it was launched, extended, resolved, and finalised — with timestamps and winning outcomes for each event.

## Path parameters

- `market_address` string, required

## Response `200`

OK

- InternalHandlerTimelineResponse
  - `events` InternalHandlerTimelineEvent[]
    - `answer` integer
    - `flagExpiry` integer
    - `newEndTimestamp` integer
    - `timestamp` integer
    - `type` string
    - `winningOutcomes` InternalHandlerWinningOutcomeItem[]
      - `name` string
      - `symbol` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/42/apis/fortytwo-read-api.md) · [All operations](https://skmtc.dev/42/apis/fortytwo-read-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/42/fortytwo-read-api/revisions/660740bda403/schema)
