---
title: "Retrieves resource detail view (overview and configuration)"
method: POST
path: "/v1/resource/dashboard/detail"
tags: ["Resource"]
---

# Retrieves resource detail view (overview and configuration)

`POST /v1/resource/dashboard/detail`

Retrieves detail view of a single infrastructure resource including identity, lifecycle metadata, and canonical configuration.

## Request body

- InfraResourceDetailRequest
  - `tenant_id` string, required — Tenant ID. Can be fetched from the List Tenants API.
  - `resource_id` string, required — Unique provider resource identifier.
  - `service_account_id` string — Cloud account ID to scope the lookup.
  - `resource_category` string, required — Category of the resource (e.g. Compute, Storage, Network).
  - `resource_type` string, required — Type of the resource.
  - `resource` string, required — Resources of the cloud provider (e.g. Instances, SecurityGroups).

## Response `200`

Success

- InfraResourceDetailResponse
  - `canonical_type` string — Canonical resource type (e.g. ComputeInstance, VirtualNetwork).
  - `created_at` string, date-time — Timestamp when the resource was first discovered.
  - `attributes` object — All canonical properties for this resource type. Keys vary by canonical_type (e.g. instanceType, vCpus for ComputeInstance; addressSpace for VirtualNetwork).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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