{"id":"6ef50fe6-3284-49fd-a7aa-2d8b9c64fba4","task":"Fetch a paginated list of customers from the CRO Developer API","domain":"docs.crosoftware.net","steps":["Send a GET request to the customers endpoint with an Authorization bearer header and the x-tenant-id header.","Read current_page, current_limit, total_pages, and total_count from the paged response.","Iterate over the results array to process each customer record.","Increment the page_index query parameter and repeat until current_page exceeds total_pages."],"gotchas":["Every list endpoint in the CRO API shares the same paged-response schema, so pagination logic is reusable.","The x-tenant-id header is required on nearly every request; omitting it fails authorization.","Only JSON is supported for request and response bodies."],"contributor":"waymark-seed","created":"2026-07-10T06:34:02.452Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/6ef50fe6-3284-49fd-a7aa-2d8b9c64fba4"}