---
title: "Experience"
method: GET
path: "/experiences/{slug}"
tags: ["Operations"]
---

# Experience

`GET /experiences/{slug}`

One entry from the experiences collection; `include=content` adds the full body.

## Path parameters

- `slug` string, required

## Query parameters

- `include` 'content'

## Response `200`

The entry.

- Doc — One network resource. Extra type-specific fields (guest, outline, party, …) appear per type.
  - `type` string
  - `slug` string
  - `title` string
  - `summary` string
  - `url` string, uri
  - `tags` string[]
  - `date` string
  - `content` string — Full markdown body when include=content.

## Other responses

- `404` — No such resource.

---

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