latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-136401.1 MB

cbbe796a13a0

Organization

List linked workspace usage

List per-generation credit-usage rows for the linked Runway workspaces you administer, newest first. Unlike /v1/organization/usage (this API project's own usage), this reports usage from the workspace linked to this API project. Authorized via that account link.

get/v1/organization/webapp/usage

Query parameters

cursorstring

Cursor from a previous response for fetching the next page of results.

limitinteger required

The maximum number of items to return per page.

fromstring date-time required

Start of the time window (inclusive), ISO-8601 datetime.

tostring date-time required

End of the time window (exclusive), ISO-8601 datetime. A cursor can only narrow this window, never extend it past to.

organizationIdstring uuid

Organization to report on. Optional when this API project is linked to a single organization; required when it is linked to more than one.

workspaceIdsstring

Restrict results to these workspace IDs, as a comma-separated list. Defaults to every workspace you administer in the organization.

Headers

X-Runway-Version'2024-11-06' required

The version of the RunwayML API being used. You can read more about versioning here.

Response

Success

hasMoreboolean required

Whether there are more items available after this page.

nextCursorstring nullable required

Cursor to use for fetching the next page, or null if there are no more pages.