Skip to main content
GET
/
v1
/
scouting
/
tasks
curl --request GET \
  --url https://api.yutori.com/v1/scouting/tasks \
  --header 'X-API-Key: YOUR_API_KEY'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "query": "<string>",
    "display_name": "<string>",
    "next_run_timestamp": "2023-11-07T05:31:56Z",
    "user_timezone": "<string>",
    "next_output_timestamp": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "paused_at": "2023-11-07T05:31:56Z",
    "llm_output": {},
    "query_object": {},
    "is_public": true,
    "last_update_timestamp": "2023-11-07T05:31:56Z",
    "update_count": 123,
    "is_subscribed": true,
    "is_creator": true,
    "creator_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]
curl --request GET \
  --url https://api.yutori.com/v1/scouting/tasks \
  --header 'X-API-Key: YOUR_API_KEY'

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

id
string<uuid>
required
query
string
required
display_name
string
required
next_run_timestamp
string<date-time> | null
required
user_timezone
string
required
next_output_timestamp
string<date-time> | null
required
created_at
string<date-time>
required
completed_at
string<date-time> | null
required
paused_at
string<date-time> | null
required
llm_output
Llm Output · object
required
query_object
Query Object · object
is_public
boolean
default:true
last_update_timestamp
string<date-time> | null
update_count
integer | null
is_subscribed
boolean | null
is_creator
boolean | null
creator_id
string<uuid> | null