AI Studios - Continue Where You Left Off

View as Markdown

POST: Get the user’s recently viewed resources (AI Expert, AI Note, Quest, Podcast) to allow them to continue where they left off. Requires a publication URL in the POST body to filter resources by publication. Returns up to 5 most recently viewed resources with interaction details and timestamps. Uses the same flattened format as other AI Studios endpoints for consistency.

Query parameters

limitintegerOptional

Number of resources to return (default: 5, max: 10)

Request

This endpoint expects an object.
urlstringRequired
Publication custom URL to filter resources by

Response

Successfully retrieved continue where left off resources
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

400
Bad Request Error
404
Not Found Error