curl --request GET \
--url https://api.altostrat.io/radius/migration/jobs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"filename": "<string>",
"status": "<string>",
"total_rows": 123,
"processed_rows": 123,
"created_count": 123,
"updated_count": 123,
"skipped_count": 123,
"error_count": 123,
"results_url": "<string>",
"summary": {},
"started_at": "<string>",
"completed_at": "<string>"
}
],
"pagination": {
"per_page": 123,
"has_more": true,
"next_cursor": "<string>",
"total_items": 123
},
"links": {
"first": "<string>",
"next": "<string>"
}
}curl --request GET \
--url https://api.altostrat.io/radius/migration/jobs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"filename": "<string>",
"status": "<string>",
"total_rows": 123,
"processed_rows": 123,
"created_count": 123,
"updated_count": 123,
"skipped_count": 123,
"error_count": 123,
"results_url": "<string>",
"summary": {},
"started_at": "<string>",
"completed_at": "<string>"
}
],
"pagination": {
"per_page": 123,
"has_more": true,
"next_cursor": "<string>",
"total_items": 123
},
"links": {
"first": "<string>",
"next": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of jobs.
Show child attributes
Was this page helpful?