> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Report By ID

Get report details by its ID.

The following scopes are required to run this action:

* EXPRPT - get, add, approve, or update expense reports.

<Note>
  External Documentation

  To learn more, visit the [SAP Concur documentation](https://developer.concur.com/api-reference/expense/expense-report/v3.reports.html#retrieve-a-report-by-id-).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                   |
  | --------- | --------------------------------------------- |
  | Report ID | The ID of the report to retrieve details for. |
  | User      | The login ID of the report owner.             |
</div>

## Example Output

```json theme={"dark"}
{
	"Name": "Test 02",
	"Total": 307.01,
	"CurrencyCode": "USD",
	"Country": "US",
	"CountrySubdivision": null,
	"CreateDate": "2016-04-04T23:33:08.21",
	"SubmitDate": null,
	"ProcessingPaymentDate": null,
	"PaidDate": null,
	"ReceiptsReceived": false,
	"UserDefinedDate": "2016-04-04T00:00:00",
	"LastComment": "",
	"OwnerLoginID": "jimadmin@concurconnect2.com",
	"OwnerName": "Jim Admin",
	"ApproverLoginID": null,
	"ApproverName": null,
	"ApprovalStatusName": "Not Submitted",
	"ApprovalStatusCode": "A_NOTF",
	"PaymentStatusName": "Not Paid",
	"PaymentStatusCode": "P_NOTP",
	"LastModifiedDate": "2016-04-23T02:53:23.7",
	"PersonalAmount": 0,
	"AmountDueEmployee": 290,
	"AmountDueCompanyCard": 0,
	"TotalClaimedAmount": 307.01,
	"TotalApprovedAmount": 307.01,
	"LedgerName": "DEFAULT",
	"PolicyID": "<string>",
	"EverSentBack": false,
	"HasException": true,
	"WorkflowActionUrl": "",
	"OrgUnit1": null,
	"OrgUnit2": null,
	"Custom1": null,
	"Custom2": null,
	"ID": "<string>",
	"URI": "http://www.concursolutions.com/api/v3.0/expense/reports/<string>"
}
```

## Workflow Library Example

[Get Report by Id with Sap Concur and Send Results Via Email](https://library.blinkops.com/workflows/get-report-by-id-with-sap-concur-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-report-by-id-with-sap-concur-and-send-results-via-email/canvas" />
</div>
