---
title: "One Discovery Agent profile"
method: GET
path: "/discovery/profiles/{profile_id}"
tags: ["Discovery Agent"]
---

# One Discovery Agent profile

`GET /discovery/profiles/{profile_id}`

A single Discovery Agent profile by ID — the same record the list endpoint returns, fetched directly when you already hold the ID.

Returns 404 when the profile doesn't exist or belongs to a different shop; a profile is only ever visible to the shop that owns it. Unlike the list endpoint this also returns hidden profiles, so a stored ID keeps resolving after a user hides it in the portal.

Single-shop only.

## Path parameters

- `profile_id` integer, required — Discovery Agent profile ID.

## Response `200`

Successful Response

- ProfileData — Profile data structure
  - `id` integer, required
  - `title` string, required
  - `description` string, nullable
  - `search_query` string, required
  - `filters` object, nullable
  - `source` string, required
  - `is_active` boolean, required
  - `vault_file_resource_id` integer, nullable
  - `is_hidden` boolean, required
  - `is_deleted` boolean, required
  - `hide_unsafe` boolean
  - `creator_count` integer, required
  - `last_search_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `deleted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/3ea20a9f734b/schema)
