Invoices
Get invoice files
Get XML and PDF files for an invoice.
gigstack Connect: Access other teams' invoice files using the team parameter.
get/invoices/{id}/files
Path parameters
idstring required
Query parameters
teamstring
gigstack Connect: Target team ID for multi-team access.
Requires gigstack Connect enabled on your team and shared billing account.
Example: ?team=team_xyz789
file_type'pdf' | 'xml'
Type of file to retrieve. If not specified, returns both PDF and XML files
Response
Invoice files retrieved successfully
Example response
{
"message": "Operation completed successfully"
}