Skip to content

Read stored profile-post history

Social listening
post /v1/listening/profile-history

Returns a cursor-paginated page of stored Basic posts for social listening. Profile history is never embedded in profile Basic or Enriched responses.

Authentication

  • ApiKey bearer token

    Send the current Benchmark API key only in the Authorization header.

Request body

  • target EntityTarget required

    A Benchmark entity UUID, platform-native ID, handle, or public URL. Platform can be omitted when the URL identifies it. Link targets require a public HTTPS URL or an existing Benchmark link UUID; HTTP, credentials, local/internal hosts, and non-443 ports are rejected.

  • cursor string optional

    The opaque cursor returned as nextCursor by the previous stored page. Pass it back unchanged.

Responses

  • 200

    A stored page of Basic posts.

  • 400

    The request failed validation.

  • 401

    The bearer credential is missing or invalid.

  • 402

    The organization needs plan or purchased-credit entitlement, has reached its separate monthly spend cap, or cannot cover the operation within the entitled grace floor.

  • 403

    The key cannot perform this operation.

  • 404

    The canonical entity is not stored. The error includes the exact refresh request that can create it.

  • 429

    The Cloudflare rate limiter rejected the request.

  • 500

    The request failed without exposing internal diagnostics.

  • 503

    A required service is unavailable.