Scouting API
List Scouts
List scouting tasks for this user.
GET
Returns scouting tasks created with the API for the authenticated user.
Each scout includes lightweight metadata including status (active, paused, or done).
Supports optional cursor-based pagination and status filtering.
If page_size is not provided, returns all matching scouts.
Advanced Example
Using Pagination and Status Filtering
Using Pagination and Status Filtering
Authorizations
Query Parameters
Filter by scout status
Available options:
active, paused, done Response
Successful Response
Total count of all scouts (active + paused + done)
Count of scouts matching the current filter
Counts by status
Requested page size (null if returning all)
Whether more results exist after this page
Cursor for previous page
Cursor for next page