Skip to main content
GET
/
api
/
agent
/
scout
/
reddit
/
{runId}
Poll Reddit scout result
curl --request GET \
  --url https://www.citedy.com/api/agent/scout/reddit/{runId} \
  --header 'Authorization: Bearer <token>'
{
  "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "processing",
  "results": {},
  "error": "<string>",
  "mode": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Path Parameters

runId
string<uuid>
required

Response

Scout poll result

run_id
string<uuid>
required
status
enum<string>
required
Available options:
processing,
completed,
failed
results
object
error
string
mode
string