curl --request GET \
--url https://api.example.com/v1/steps \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"status": "PENDING",
"stepId": "<string>",
"label": "<string>",
"description": "<string>",
"rawDescription": "<string>",
"tokenIds": [
"<string>"
],
"policyNames": [
"<string>"
],
"viewPolicyNames": [
"<string>"
],
"processId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>",
"actions": [
{
"id": "<string>",
"type": "WRITE_DATA",
"userAddress": "<string>",
"username": "<string>",
"transactionHash": "<string>",
"observation": "<string>",
"measurementId": "<string>",
"stepId": "<string>",
"tokenId": "<string>",
"createdAt": "<string>"
}
],
"stepIdsReprovalDependencies": [
{
"id": "<string>"
}
],
"stepIdsDependencies": [
{
"id": "<string>"
}
],
"process": {
"id": "<string>",
"name": "<string>",
"label": "<string>",
"iconName": "<string>",
"orgId": "<string>"
},
"measurement": {
"id": "<string>",
"measurementId": "<string>",
"name": "<string>",
"status": "OPEN",
"tokenId": "<string>",
"createdAt": "<string>",
"lastInteraction": "<string>"
},
"userAction": "<string>"
}
],
"meta": {
"total": 123,
"lastPage": 123,
"currentPage": 123,
"perPage": 123,
"prev": 123,
"next": 123
}
}List consensuses steps
curl --request GET \
--url https://api.example.com/v1/steps \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"status": "PENDING",
"stepId": "<string>",
"label": "<string>",
"description": "<string>",
"rawDescription": "<string>",
"tokenIds": [
"<string>"
],
"policyNames": [
"<string>"
],
"viewPolicyNames": [
"<string>"
],
"processId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>",
"actions": [
{
"id": "<string>",
"type": "WRITE_DATA",
"userAddress": "<string>",
"username": "<string>",
"transactionHash": "<string>",
"observation": "<string>",
"measurementId": "<string>",
"stepId": "<string>",
"tokenId": "<string>",
"createdAt": "<string>"
}
],
"stepIdsReprovalDependencies": [
{
"id": "<string>"
}
],
"stepIdsDependencies": [
{
"id": "<string>"
}
],
"process": {
"id": "<string>",
"name": "<string>",
"label": "<string>",
"iconName": "<string>",
"orgId": "<string>"
},
"measurement": {
"id": "<string>",
"measurementId": "<string>",
"name": "<string>",
"status": "OPEN",
"tokenId": "<string>",
"createdAt": "<string>",
"lastInteraction": "<string>"
},
"userAction": "<string>"
}
],
"meta": {
"total": 123,
"lastPage": 123,
"currentPage": 123,
"perPage": 123,
"prev": 123,
"next": 123
}
}Was this page helpful?