---
title: "Get media journal."
method: GET
path: "/2/vod/media/{media}/journal"
tags: ["V3 > Journal"]
---

# Get media journal.

`GET /2/vod/media/{media}/journal`

Retrieves a paginated list of journal entries associated with the provided media.

## Path parameters

- `media` string, required

## Query parameters

- `return` 'total'
- `page` integer
- `per_page` integer

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 1527df96Mediaactivity[]
    - `id` string — The unique identifier of the Media activity
    - `name` string — The name of the Media activity
    - `path` string — The path of the Media activity
    - `streams` string[] — list of media streams<note><strong>audio</strong>: Media has an audio stream</note><note><strong>video</strong>: Media has a video stream</note>
    - `duration` string, required — The duration of the Media activity
    - `state` 'acknowledged' | 'fixed' | 'ignored' | 'new', required — activity status<note><strong>new</strong>: The activity is newly created</note><note><strong>acknowledged</strong>: User acknowledged message</note><note><strong>fixed</strong>: The error activity has been fixed</note><note><strong>ignored</strong>: Ignored activity</note>
    - `channel_id` string — The identifier of the `channel` resource related to Media activity
    - `cause` string, required — The event name triggering the Media activity
    - `error` string — In case the Media activity is an error, the underlying message
    - `actor_id` string, required — The related model id
    - `actor_type` string, required — The related model type
    - `created_at` string, required — The date and time when the Media activity was created
  - `total` integer — Total number of items Added when using query parameter `page`
  - `page` integer — Number of the current page Added when using query parameter `page`
  - `pages` integer — Total number of pages Added when using query parameter `page`
  - `items_per_page` integer — Number of items per page Added when using query parameter `page`

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
