Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 08:30 AM
Additionally, if you want this in CSV, you could try piping the output into a utility such as jq
Example:
curl ..... | jq -r '.objects[] | [.object_type, .path, .language, .modified_at] | @csv'