Fetches all invoices for a project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
boolean

Set true to only return estimates

date
required

Project ID

Responses
200

Success

Example Response

id is the Invoice ID in this case


[
  {
    amount: "5000.0",
    archived: false,
    billing_category_id: 12344,
    id: 123,
    invoice_date: null,
    invoice_number: null,
    invoice_type: "Fixed Fee",
    is_estimate: true,
    notes: "",
    percentage: 25.0,
    period_end: "03/03/2021",
    period_start: "03/01/2020",
    phase_id: 23456,
  }
]
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!