Skip to main content
GET
Internal endpoint for the Cron service to get entities (businesses and products) for batch processing.

Query Parameters

string
Filter by specific business slug. If omitted, returns all businesses.
string
Filter by entity type: - "business" - Only businesses (no product_id) - "product" - Only products (has product_id) - Omit for all entities

Response

array
Array of entity objects with business_id, product_id (null for businesses), source_url, deployment_url

Example Queries