Get Content Request

Retrieve a single workspace content request by ID.

GET/api/v2/content-requests/{id}

Path parameters

ParameterTypeDescription
idintegerContent request ID.

Example response

{
  "id": 43821,
  "type": "account_mapping",
  "stage": "account_mapping_in_progress",
  "created_at": "2026-06-12T08:30:00.000Z",
  "updated_at": "2026-06-12T09:10:00.000Z",
  "company": {
    "id": 8421,
    "name": "Acme",
    "domain": "acme.com",
    "linkedin_url": "https://www.linkedin.com/company/acme"
  },
  "inputs": {}
}

On this page