{
"has_more": true,
"next_cursor": "<string>",
"items": [
{
"id": 123,
"url": "<string>",
"filename": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}
{
"has_more": true,
"next_cursor": "<string>",
"items": [
{
"id": 123,
"url": "<string>",
"filename": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}
The cursor from which to start the pagination
The number of items to return per page
1 <= x <= 2000
200
The response is of type object
.