Show An Async Job For A Company
show_an_async_job_for_a_companyRetrieve detailed information about a specific async job for invoices by providing its UUID and company ID. Returns a JSON object with full job details.
Instructions
Return detailed information about a specified Async Job. Use this to fetch the full details of a specific Invoices by its identifier. Returns a JSON object describing the requested Invoices. Required parameters: uuid, company_id. Procore API: Construction Financials > Invoices. Endpoint: GET /rest/v1.0/companies/{company_id}/invoices/async_jobs/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | URL path parameter — uUID of the Async Job | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |