---
title: "Retrieve details of a specific Item."
method: GET
path: "/api/v1/getItem/{spaceId}/{itemId}"
tags: ["Item"]
---

# Retrieve details of a specific Item.

`GET /api/v1/getItem/{spaceId}/{itemId}`

## Path parameters

- `spaceId` string, required
- `itemId` string, required

## Response `200`

OK

- object
  - `id` string
  - `title` string
  - `note` string
  - `img` string
  - `url` string
  - `pageID` string
  - `spaceID` string
  - `sortIndex` integer
  - `send_approval_email` boolean
  - `readMorePageSlug` string
  - `is_archived` boolean
  - `completed` boolean
  - `actionType` string
  - `fileURL` string
  - `fileName` string
  - `createdAt` string, date-time
  - `is_image_full_width` boolean
  - `submitted_by` object
  - `urlMetadata` object
  - `image_generated_on_hero` boolean
  - `isAIPrompt` boolean
  - `owner_uid` string
  - `ticketType` string
  - `generated_by` object

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/hero-page/apis/hero-api.md) · [All operations](https://skmtc.net/hero-page/apis/hero-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hero-page/hero-api/versions/f44af6e313d8/schema)
