List of contracts
Returns a paginated list of contract summaries for the organization, with optional filtering by status, type, team, country, currency, external ID, or a name search term. Use GET /contracts/{contract_id} to retrieve full details for a specific contract.
Token scopes: contracts:read
Authentication
Query parameters
Order direction of results; ascending or descending.
Filter contracts for the given team ID. NOTE: All query parameters are technically strings or arrays of strings.
Filter contracts by external ID presence. When true, returns contracts without an external ID. When false, returns contracts with an external ID. Cannot be used with external_id query param when set to true.