Skip to main content
GET
/
place_enrichment
/
jobs
/
{place_id}
Get Job By Id
curl --request GET \
  --url https://api.repromptai.com/v1/{org}/place_enrichment/jobs/{place_id} \
  --header 'Authorization: Bearer <token>'
{
  "place_id": "<string>",
  "status": "<string>",
  "job_metadata": {
    "last_enriched": "2023-11-07T05:31:56Z",
    "enrichment_metadata": {},
    "attribute_status": {},
    "country_code": "<string>"
  },
  "inputs": {
    "type": "<any>"
  },
  "outputs": {},
  "reasoning": {},
  "confidence_scores": {
    "open_closed_status": "VERY_HIGH",
    "phone": "VERY_HIGH",
    "website": "VERY_HIGH",
    "address": "VERY_HIGH",
    "categories": "VERY_HIGH",
    "opening_hours": "VERY_HIGH",
    "entity_type": "VERY_HIGH",
    "name": "VERY_HIGH",
    "parking_spaces": "VERY_HIGH",
    "parking_spaces_total": "VERY_HIGH",
    "parking_spaces_street": "VERY_HIGH",
    "parking_spaces_shared": "VERY_HIGH",
    "parking_spaces_dedicated": "VERY_HIGH",
    "chain": "VERY_HIGH",
    "tiktok": "VERY_HIGH",
    "price_tier": "VERY_HIGH",
    "approximate_user_reviews": "VERY_HIGH",
    "menu": "VERY_HIGH",
    "school_geofence": "VERY_HIGH"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

apiKey
string | null

Path Parameters

place_id
string
required

Response

200 - application/json

Successful Response

place_id
string
required
status
string
required
job_metadata
object
required
inputs
object
required
outputs
object
required
reasoning
object
required
confidence_scores
object

Confidence scores for various attributes

I