Get Recently Played

Go to Product

Get Recently Played Tracks

Get tracks from the current user's recently played tracks. Note: Currently doesn't support podcast episodes.

Options

Limit (*)
The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.
After (*)

A Unix timestamp in milliseconds. Returns all items after (but not including) this cursor position. If after is specified, before must not be specified.

Before (*)

A Unix timestamp in milliseconds. Returns all items before (but not including) this cursor position. If before is specified, after must not be specified.

Result Format
Specify how the response should be mapped to the table output. The following formats are available:
  • Structured Table: Returns a parsed table with data split into rows and columns.
    • Href: A link to the Web API endpoint returning the full result of the request.
    • Limit: The maximum number of items in the response (as set in the query or by default).
    • Next:

      URL to the next page of items. ( null if none)

    • Cursors:
    • Total: The total number of items available to return.
    • Items:
  • Raw Response: Returns the raw response in a single row with the following columns:
    • body: Response body
    • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.