Path Parameters
Name of the ledger.
Example:
"ledger001"
The pipeline id
Response
Pipeline information
curl --request GET \
--url http://localhost/api/ledger/v2/{ledger}/pipelines/{pipelineID}
{
"data": {
"ledger": "<string>",
"exporterID": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastLogID": 123,
"enabled": true
}
}
curl --request GET \
--url http://localhost/api/ledger/v2/{ledger}/pipelines/{pipelineID}
{
"data": {
"ledger": "<string>",
"exporterID": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastLogID": 123,
"enabled": true
}
}
Name of the ledger.
"ledger001"
The pipeline id
Pipeline information
Show child attributes