Profile
List task history for the current account
Return a paginated list of background tasks (exports, bulk unlocks, etc.) for the authenticated user's account.
Team members see the owner's aggregated tasks.
get/profile/activities/tasks
Query parameters
pageinteger
Page number (starts at 1).
Page number (starts at 1).
page_sizeinteger
Items per page.
Items per page.
order_bystring
Field to sort by.
Field to sort by.
order_dirstring
Sort direction: asc or desc.
Sort direction: asc or desc.
Response
Tasks returned successfully.
Example response
{
"items": [],
"page": 1,
"page_size": 20,
"total": 0
}Changes
No recorded changes to this endpoint across all 1 revision of this API.