List invoicesAsk AIget https://www.ruddr.io/api/workspace/invoicesRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamsstartingAfterstringA cursor ID (uuid) used to request the next page of results. If not provided, defaults to the first page of results.endingBeforestringA cursor ID (uuid) used to request the previous page of results. Is mutually exclusive with startingAfter.limitstringThe maximum number of results to be returned. Can be any number from 1 to 100. Defaults to 10, if not provided.clientIdstringA client ID (uuid) used to filter invoices for a specific client.issuedOndateA filter on the list based on the invoice's issuedOn field in the format YYYY-MM-DD. This will match the exact date (=) specified.issuedOnAfterdateA filter on the list based on the invoice's issuedOn field in the format YYYY-MM-DD. This will match dates after (>) the date specified.issuedOnOnAfterdateA filter on the list based on the invoice's issuedOn field in the format YYYY-MM-DD. This will match dates on and after (>=) the date specified.issuedOnBeforedateA filter on the list based on the invoice's issuedOn field in the format YYYY-MM-DD. This will match dates before (<) the date specified.issuedOnOnBeforedateA filter on the list based on the invoice's issuedOn field in the format YYYY-MM-DD. This will match dates on and before (<=) the date specified.Response 200200Updated about 1 month ago