ListData - TypeScript SDK

ListData type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ListData } from "@openrouter/sdk/models/operations";
2
3let value: ListData = {
4 byokUsage: 17.38,
5 byokUsageDaily: 17.38,
6 byokUsageMonthly: 17.38,
7 byokUsageWeekly: 17.38,
8 createdAt: "2025-08-24T10:30:00Z",
9 creatorUserId: "user_2dHFtVWx2n56w6HkM0000000000",
10 disabled: false,
11 hash: "f01d52606dc8f0a8303a7b5cc3fa07109c2e346cec7c0a16b40de462992ce943",
12 includeByokInLimit: false,
13 label: "sk-or-v1-0e6...1c96",
14 limit: 100,
15 limitRemaining: 74.5,
16 limitReset: "monthly",
17 name: "My Production Key",
18 updatedAt: "2025-08-24T15:45:00Z",
19 usage: 25.5,
20 usageDaily: 25.5,
21 usageMonthly: 25.5,
22 usageWeekly: 25.5,
23};

Fields

FieldTypeRequiredDescriptionExample
byokUsagenumber✔️Total external BYOK usage (in USD) for the API key17.38
byokUsageDailynumber✔️External BYOK usage (in USD) for the current UTC day17.38
byokUsageMonthlynumber✔️External BYOK usage (in USD) for current UTC month17.38
byokUsageWeeklynumber✔️External BYOK usage (in USD) for the current UTC week (Monday-Sunday)17.38
createdAtstring✔️ISO 8601 timestamp of when the API key was created2025-08-24T10:30:00Z
creatorUserIdstring✔️The user ID of the key creator. For organization-owned keys, this is the member who created the key. For individual users, this is the user’s own ID.user_2dHFtVWx2n56w6HkM0000000000
disabledboolean✔️Whether the API key is disabledfalse
expiresAtDateISO 8601 UTC timestamp when the API key expires, or null if no expiration2027-12-31T23:59:59Z
hashstring✔️Unique hash identifier for the API keyf01d52606dc8f0a8303a7b5cc3fa07109c2e346cec7c0a16b40de462992ce943
includeByokInLimitboolean✔️Whether to include external BYOK usage in the credit limitfalse
labelstring✔️Human-readable label for the API keysk-or-v1-0e6…1c96
limitnumber✔️Spending limit for the API key in USD100
limitRemainingnumber✔️Remaining spending limit in USD74.5
limitResetstring✔️Type of limit reset for the API keymonthly
namestring✔️Name of the API keyMy Production Key
updatedAtstring✔️ISO 8601 timestamp of when the API key was last updated2025-08-24T15:45:00Z
usagenumber✔️Total OpenRouter credit usage (in USD) for the API key25.5
usageDailynumber✔️OpenRouter credit usage (in USD) for the current UTC day25.5
usageMonthlynumber✔️OpenRouter credit usage (in USD) for the current UTC month25.5
usageWeeklynumber✔️OpenRouter credit usage (in USD) for the current UTC week (Monday-Sunday)25.5