Skip to main content
GET
/
reports
/
edi
/
export
EDI report CSV export
curl --request GET \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/reports/edi/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Query Parameters

export_format
enum<string>
default:csv

Export format (only csv is supported)

Available options:
csv
edi_type
string

Comma-separated EDI transaction types

transaction_status
string

Filter by transaction status

direction
string

Filter by direction

order_id
integer

Filter by order ID

control_number
string

Filter by control number

has_received_997
string

Filter by 997 acknowledgement status

date_from
string<date-time>

Start of date range

date_to
string<date-time>

End of date range

sort_field
string

Field to sort by

sort_direction
string

Sort direction (asc or desc)

Response

CSV file

The response is of type file.