Metrics

GET /projects/{project_id}/reddit/metrics
PublicRedditMetricsV1PublicProjectsProjectIdRedditMetricsGet

Summary counts for Reddit leads: total, new, today, and average score.

Parameters

project_id string (uuid) PATH required

No description provided.

Example:PROJECT_ID

cURL Example

curl --request GET \
  --url 'https://api.visiblee.ai/v1/public/projects/PROJECT_ID/reddit/metrics' \
  --header 'X-API-Key: YOUR_API_KEY'

Responses

200 OK RedditMetrics
422 Validation Error HTTPValidationError

Successful Response

Media type application/json

No response schemas are defined for this endpoint.
{
  "$ref": "#/components/schemas/RedditMetrics"
}