List companies
Retrieve a paginated list of companies in your deal flow pipeline. Supports filtering, sorting, and full-text search.
Note: Pagination uses cursor-based has_next/has_prev for performance.
Total counts are not provided to optimize response times.
Documentation Index
Fetch the complete documentation index at: https://docs.useroulette.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Generate keys from your account settings.
Include in header: Authorization: Bearer YOUR_API_KEY
Query Parameters
Page number for pagination (starts at 1)
x >= 1Number of items per page (max 100)
1 <= x <= 100Field to sort results by
created_at, updated_at, name Sort direction
asc, desc Full-text search query
1 - 500Filter by visibility level
private, shared, team Filter by source
manual, email, form, referral, website, event, other Filter by status ID. Use 'no_status' for companies without a status.
Include signed download URLs for pitch deck PDFs

