---
title: "Return standalone Notetaker media links"
method: GET
path: "/v3/notetakers/{notetaker_id}/media"
tags: ["Standalone Notetaker"]
---

# Return standalone Notetaker media links

`GET /v3/notetakers/{notetaker_id}/media`

Returns a list of links to media generated by the specified standalone Notetaker bot.

## Response `200`

Success. Returns Notetaker media.

- object
  - `request_id` string — The request ID.
  - `data` object — The response object.
    - `action_items` object — Details about the action items from the meeting.
      - `created_at` number — When the file was created, in seconds using the Unix timestamp format.
      - `expires_at` number — When the file will be deleted from the Nylas servers, in seconds using the Unix timestamp format.
      - `name` string — The file name.
      - `size` integer — The size of the file, in bytes.
      - `ttl` number — How long the link to the file is valid, in seconds. This is the difference between `expires_at` and the time when you made your request.
      - `type` string — The file type.
      - `url` string — A link to the summary.
    - `recording` object — Details about the meeting recording.
      - `created_at` number — When the file was created, in seconds using the Unix timestamp format.
      - `duration` integer — The duration of the recording, in seconds.
      - `expires_at` number — When the file will be deleted from the Nylas servers, in seconds using the Unix timestamp format.
      - `name` string — The file name.
      - `size` integer — The size of the file, in bytes.
      - `ttl` number — How long the link to the file is valid, in seconds. This is the difference between `expires_at` and the time when you made your request.
      - `type` string — The file type.
      - `url` string — A link to the meeting recording.
    - `summary` object — Details about the meeting summary.
      - `created_at` number — When the file was created, in seconds using the Unix timestamp format.
      - `expires_at` number — When the file will be deleted from the Nylas servers, in seconds using the Unix timestamp format.
      - `name` string — The file name.
      - `size` integer — The size of the file, in bytes.
      - `ttl` number — How long the link to the file is valid, in seconds. This is the difference between `expires_at` and the time when you made your request.
      - `type` string — The file type.
      - `url` string — A link to the summary.
    - `thumbnail` object — Details about the meeting thumbnail.
      - `created_at` number — When the file was created, in seconds using the Unix timestamp format.
      - `expires_at` number — When the file will be deleted from the Nylas servers, in seconds using the Unix timestamp format.
      - `name` string — The file name.
      - `size` integer — The size of the file, in bytes.
      - `ttl` number — How long the link to the file is valid, in seconds. This is the difference between `expires_at` and the time when you made your request.
      - `type` string — The file type.
      - `url` string — A link to the thumbnail.
    - `transcript` object — Details about the meeting transcript.
      - `created_at` number — When the file was created, in seconds using the Unix timestamp format.
      - `expires_at` number — When the file will be deleted from the Nylas servers, in seconds using the Unix timestamp format.
      - `name` string — The file name.
      - `size` integer — The size of the file, in bytes.
      - `ttl` number — How long the link to the file is valid, in seconds. This is the difference between `expires_at` and the time when you made your request.
      - `type` string — The file type.
      - `url` string — A link to the meeting transcript.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `429` — Rate Limit

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
