---
title: "GET /backoffice/talks/"
method: GET
path: "/backoffice/talks/"
tags: ["backoffice"]
---

# GET /backoffice/talks/

`GET /backoffice/talks/`

List all scheduled public Talks.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedTalkEntryList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` TalkEntry[]
    - `name` string — Used as an URL slug. Leave it blank to automatically build it from the title.
    - `title` string, required — The title of the Talk.
    - `date` string, date-time, nullable — Date and time of the Talk according to the server time.
    - `date_as_tz_europe_paris` string, nullable, required
    - `speakers` string, nullable — A list of speakers and their titles (researcher, PhD student, etc.).
    - `abstract` string, nullable — Description of the Talk.
    - `invitation_link` string, uri, nullable — Allows the users to join the Talk.
    - `youtube_link` string, uri, nullable — The Talk's YouTube link.

## Changes

- **2023-07-04** `b0f74d913a83` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tournesol-app/apis/tournesol-api/changes/backoffice/talks/get.md)

---

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