Skip to main content
GET
List the motion assets of the calling principal
GET /v1/motions returns the most recently created active Motions, newest first. The page is capped at 100 items and carries no cursor.

Request parameters

This endpoint has no path, query, or request-body parameters.

Response parameters

Returns 200 OK with an object containing data.

Examples

Authorizations

Authorization
string
header
required

Server-side SDK clients use a project API key. Remote MCP clients use an OAuth access token. Never expose a project API key in browser code.

Headers

X-Request-Id
string

Optional caller-supplied correlation ID, up to 128 characters. The service returns the effective value in the response header for tracing and support.

Required string length: 1 - 128
X-Viggle-Source
string

Optional source-channel label, up to 128 characters, used to attribute traffic to an SDK, integration, product surface, or internal workflow.

Required string length: 1 - 128

Response

The motion assets owned by the calling principal.

An unpaginated page. At most 100 assets are returned, newest first, and there is no way to reach older ones.

data
object[]
required

Up to 100 active assets owned by the caller, ordered newest first.