Skip to main content
GET
List owned run reports (conformance and journeys)

Authorizations

Authorization
string
header
required

A cdojo_... API key created in the app under Settings.

Query Parameters

connectionId
string

Return reports for this owned connection or its stable target identity.

status
enum<string>

Return reports with this run status.

Available options:
queued,
running,
recovering,
recovery_required,
completed,
failed,
cancelled,
interrupted
ocpiVersion
enum<string>

Return reports for this OCPI version.

Available options:
2.1.1,
2.2,
2.2.1,
2.3.0
limit
integer
default:20

Maximum reports to return. Omit for 20.

Required range: 1 <= x <= 100
cursor
string

The opaque nextCursor from the previous report page.

Response

Success

success
boolean
required
data
object[]
required
meta
object

Paging, on the operations that return a list.