curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/gcm-scan-history \
--header 'x-api-key: <api-key>'{
"total": 123,
"offset": 123,
"count": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scheduledScanEnabled": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "<string>",
"scanPeriod": "quarterly",
"scheduledHour": 11,
"scheduledDayOfWeek": 3,
"scheduledDayOfMonth": 16,
"scanHistory": [
{
"date": 123,
"status": "running",
"scanType": "scheduled",
"taskArn": "<string>",
"domainsCount": 123
}
]
}
]
}Gets the GCM scan history configuration and history for a project.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/gcm-scan-history \
--header 'x-api-key: <api-key>'{
"total": 123,
"offset": 123,
"count": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scheduledScanEnabled": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain": "<string>",
"scanPeriod": "quarterly",
"scheduledHour": 11,
"scheduledDayOfWeek": 3,
"scheduledDayOfMonth": 16,
"scanHistory": [
{
"date": 123,
"status": "running",
"scanType": "scheduled",
"taskArn": "<string>",
"domainsCount": 123
}
]
}
]
}quarterly, monthly, weekly, daily 0 <= x <= 230 <= x <= 61 <= x <= 31x >= 0x <= 1000