List Orders
List all orders for the current workspace. Please refer to our Orders Overview guide for more information about the different types of orders and payment processors.
Path parameters
Query parameters
ID of item after which the collection should be returned. More examples and info about pagination in our guides.
Sort order of a list response. Use 'desc' to reverse the default 'asc' (ascending) sort order. Examples in our guides.
Sort property of a list response. The default is id and thus the created_at order. If you sort by other properties, we additionally sort by id implicitly as a secondary sort property, so that you can rely on the sort order to be deterministic even if the main sort property ends up with the same values.
Filter by available properties in query params, like this: api/v2/resources?filter[id]=value&filter[another_property]=value1,value2. Check our Filtering guide for examples and all about filtering here.
{
"contact_id": "1,42",
"id": "1,42",
"order_type": "subscription-order"
}Response
OK
Example response
[
{
"id": 22642,
"public_id": "JmRRyN",
"order_number": "#2146",
"workspace_id": 4,
"contact_id": 22440,
"live_mode": true,
"total_amount": "396.00",
"currency": "USD",
"origination_channel_id": 11,
"origination_channel_type": "Platform::Application",
"shipping_address_first_name": "Caroll",
"shipping_address_last_name": "Kirlin",
"shipping_address_organization_name": "Testing, Inc.",
"shipping_address_phone_number": "+19053871234",
"shipping_address_street_one": "3443 W Bavaria St",
"shipping_address_street_two": "",
"shipping_address_city": "Eagle",
"shipping_address_region": "ID",
"shipping_address_country": "US",
"shipping_address_postal_code": "83616",
"billing_address_street_one": "3443 W Bavaria St",
"billing_address_street_two": "",
"billing_address_city": "Eagle",
"billing_address_region": "ID",
"billing_address_country": "US",
"billing_address_postal_code": "83616",
"recurring_invoices_paid_count": 1,
"page_id": null,
"notes": "For Fulfillment",
"in_trial": false,
"billing_status": "pending",
"service_status": "completed",
"order_type": "one-time-order",
"next_charge_at": null,
"tax_amount": "0.00",
"trial_end_at": null,
"billing_payment_method_id": null,
"funnel_name": null,
"tag_ids": [],
"discount_ids": [],
"activated_at": null,
"workspace_sharing_id": null,
"canceled_at": null,
"canceled_by": null,
"cancel_reason": null,
"cancel_description": null,
"churned_at": null,
"paid_until": null,
"resource_install_intent": null,
"created_at": "2026-01-10T20:15:01.524Z",
"updated_at": "2026-01-10T20:15:01.524Z",
"external_id": "cjnoxnqv1b",
"payment_processor": "external",
"phone_number": null,
"page_name": null,
"origination_channel_name": "Default API Client",
"origination_channel_public_id": "vNWWMb",
"order_page": null,
"contact": {
"$ref": "#/components/schemas/ContactBaseAttributes/example"
},
"contact_groups": [
{
"id": 3,
"public_id": "KekAjm",
"name": "Default Group"
}
],
"workspace": {
"id": 4,
"public_id": "WjrGvk",
"team_id": 4,
"name": "My Team",
"subdomain": "myteam",
"created_at": "2025-05-26T09:56:16.307Z",
"updated_at": "2026-01-08T17:40:21.676Z"
},
"segments": [],
"line_items": [
{
"id": 674,
"public_id": "GjPVnN",
"order_id": 22642,
"quantity": 2,
"prorated": null,
"created_at": "2026-01-10T20:15:01.536Z",
"updated_at": "2026-01-10T20:15:01.536Z",
"original_product": {
"id": 6512,
"public_id": "YRnzRY",
"name": "Seinfeld In Your Pocket - Comedy Joke Machine (Black Premium)"
},
"products_price": {
"id": 22229,
"public_id": "YqEWxY",
"amount": "198.00",
"currency": "usd",
"duration": null,
"interval": null,
"interval_count": null,
"key": null
},
"products_variant": {
"id": 22228,
"public_id": "JdknyN",
"name": "Seinfeld In Your Pocket - Comedy Joke Machine (Black Premium)",
"description": null,
"sku": "SIYP-BLACK-PREMIUM-001"
}
}
],
"previous_line_item": null,
"visits": {
"last_visit": {
"uuid": "7a3f9c11-2d45-4e23-88d2-1bef9acd44fa",
"utm_source": null,
"utm_medium": null,
"utm_campaign": null,
"utm_term": null,
"utm_content": null,
"ip": "192.168.1.1",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36",
"referrer": "https://www.clickfunnels.com/products",
"referring_domain": "clickfunnels.com",
"landing_page": "https://example.com/checkout",
"browser": "Chrome",
"os": "Mac OS X",
"device_type": "desktop",
"started_at": "2026-01-10T20:10:15.234Z",
"created_at": "2026-01-10T20:10:15.234Z",
"updated_at": "2026-01-10T20:10:15.234Z"
},
"last_visit_with_utm": {
"uuid": "9f2e8a22-1b65-4414-95f3-5caf0bbd11da",
"utm_source": "google",
"utm_medium": "cpc",
"utm_campaign": "spring_sale",
"utm_term": "running shoes",
"utm_content": "ad_variant_a",
"ip": "192.168.1.1",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36",
"referrer": "https://www.google.com/search?q=example",
"referring_domain": "google.com",
"landing_page": "https://example.com/products/shoes",
"browser": "Chrome",
"os": "Mac OS X",
"device_type": "desktop",
"started_at": "2026-01-09T14:23:45.123Z",
"created_at": "2026-01-09T14:23:45.123Z",
"updated_at": "2026-01-09T14:23:45.123Z"
}
},
"affiliate": null,
"referral_code": null
}
]