Health Check
threads.health
Check the availability of all Threads scraping surfaces.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{},"capability":"threads.health"}'
Output
| Field | Type | Required | Description |
|---|---|---|---|
first_error
| string | optional | First error encountered during the health check, if any. |
post_ok
| boolean | optional | |
profile_ok
| boolean | optional | |
search_ok
| boolean | optional | |
status
| string | optional | Overall health status. |
threads_ok
| boolean | optional |