---
title: "Get My Request History"
method: GET
path: "/video/history"
tags: ["Get Request History"]
---

# Get My Request History

`GET /video/history`

This endpoint will return your processing history.

## Response `200`

Successful response

- object
  - `result` HistoryResponse[]
    - `id` string, uuid — Unique request identifier
    - `userId` number
    - `status` 'requested' | 'accepted' | 'initializing' | 'preprocessing' | 'processing' | 'postprocessing' | 'complete' | 'canceling' | 'canceled' | 'failed'
    - `ts` object — Timestamp the request reached the state, if applicable, in milliseconds since UTC epoch
      - `requested` number — Request created
      - `accepted` number — User has accepted the costs and began uploading the source video
      - `initializing` number — System received the source video and began initializing resources
      - `preprocessing` number
      - `processing` number
      - `postprocessing` number
      - `complete` number
      - `canceling` number
      - `canceled` number
      - `failed` number
    - `lastEventTs` number — Timestamp of the last event, in milliseconds since UTC epoch
    - `estimates` RequestEstimates — Lower and upper bound estimates
      - `cost` integer[] — In credits
      - `time` integer[] — In seconds, assuming an empty queue, starting from the time the source video has been received
    - `transactions` object[]
      - `operation` 'reserve' | 'commit' | 'rollback'
      - `amount` number — Amount involved in the transaction, in credits
    - `error` object — Error message, if the request was a failure
      - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/topazlabs/apis/image-api.md) · [All operations](https://skmtc.net/topazlabs/apis/image-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topazlabs/image-api/revisions/7610937217a4/schema)
