curl --request GET \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/systemsOfRecord/list \
--header 'Authorization: Bearer <token>'{
"systemOfRecords": [
{
"uuid": "<string>",
"workspaceUuid": "<string>",
"kind": "bigQuery",
"config": {},
"lastMigration": {
"uuid": "<string>",
"finishedAt": "<string>",
"createdAt": "<string>",
"status": "success",
"errorMessage": "<string>"
},
"cutover": {
"uuid": "<string>",
"role": "source",
"sourceSystemOfRecordUuid": "<string>",
"targetSystemOfRecordUuid": "<string>",
"status": "running",
"errorMessage": "<string>",
"tablesTotal": 123,
"tablesMigrated": 123,
"finishedAt": "<string>",
"createdAt": "<string>"
},
"useCredits": true,
"isActive": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
]
}List all systems of record
curl --request GET \
--url https://api.getcargo.io/v1/systemOfRecordIntegration/systemsOfRecord/list \
--header 'Authorization: Bearer <token>'{
"systemOfRecords": [
{
"uuid": "<string>",
"workspaceUuid": "<string>",
"kind": "bigQuery",
"config": {},
"lastMigration": {
"uuid": "<string>",
"finishedAt": "<string>",
"createdAt": "<string>",
"status": "success",
"errorMessage": "<string>"
},
"cutover": {
"uuid": "<string>",
"role": "source",
"sourceSystemOfRecordUuid": "<string>",
"targetSystemOfRecordUuid": "<string>",
"status": "running",
"errorMessage": "<string>",
"tablesTotal": 123,
"tablesMigrated": 123,
"finishedAt": "<string>",
"createdAt": "<string>"
},
"useCredits": true,
"isActive": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
]
}Was this page helpful?