7351 7351
7352### Returns7352### Returns
7353 7353
7354- `Project object { id, created_at, object, 4 more }`7354- `Project object { id, created_at, object, 5 more }`
7355 7355
7356 Represents an individual project.7356 Represents an individual project.
7357 7357
7381 7381
7382 The name of the project. This appears in reporting.7382 The name of the project. This appears in reporting.
7383 7383
7384 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`
7385
7386 The residency configuration for the project.
7387
7388 - `"GLOBAL"`
7389
7390 - `"US_STORAGE_PROCESSING"`
7391
7392 - `"EU_STORAGE_PROCESSING"`
7393
7394 - `"JP_STORAGE"`
7395
7396 - `"KR_STORAGE"`
7397
7398 - `"CA_STORAGE"`
7399
7400 - `"SG_STORAGE"`
7401
7402 - `"IN_STORAGE"`
7403
7404 - `"AU_STORAGE"`
7405
7406 - `"GB_STORAGE"`
7407
7408 - `"AE_STORAGE"`
7409
7410 - `"AE_STORAGE_PROCESSING"`
7411
7384 - `status: optional string or null`7412 - `status: optional string or null`
7385 7413
7386 `active` or `archived`7414 `active` or `archived`
7403 "archived_at": 0,7431 "archived_at": 0,
7404 "external_key_id": "external_key_id",7432 "external_key_id": "external_key_id",
7405 "name": "name",7433 "name": "name",
7434 "residency": "GLOBAL",
7406 "status": "status"7435 "status": "status"
7407}7436}
7408```7437```
7444 7473
7445 External key ID to associate with the project.7474 External key ID to associate with the project.
7446 7475
7447- `geography: optional string or null`7476- `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more or null`
7477
7478 Create the project with the specified residency configuration. Your organization must have access to the requested residency configuration in order to use it. See [data residency controls](/docs/guides/your-data#data-residency-controls) to review the functionality and limitations of setting this field.
7479
7480 - `"GLOBAL"`
7481
7482 - `"US_STORAGE_PROCESSING"`
7483
7484 - `"EU_STORAGE_PROCESSING"`
7485
7486 - `"JP_STORAGE"`
7487
7488 - `"KR_STORAGE"`
7489
7490 - `"CA_STORAGE"`
7491
7492 - `"SG_STORAGE"`
7493
7494 - `"IN_STORAGE"`
7495
7496 - `"AU_STORAGE"`
7497
7498 - `"GB_STORAGE"`
7499
7500 - `"AE_STORAGE"`
7448 7501
7449 Create the project with the specified data residency region. Your organization must have access to Data residency functionality in order to use. See [data residency controls](/docs/guides/your-data#data-residency-controls) to review the functionality and limitations of setting this field.7502 - `"AE_STORAGE_PROCESSING"`
7450 7503
7451### Returns7504### Returns
7452 7505
7453- `Project object { id, created_at, object, 4 more }`7506- `Project object { id, created_at, object, 5 more }`
7454 7507
7455 Represents an individual project.7508 Represents an individual project.
7456 7509
7480 7533
7481 The name of the project. This appears in reporting.7534 The name of the project. This appears in reporting.
7482 7535
7536 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`
7537
7538 The residency configuration for the project.
7539
7540 - `"GLOBAL"`
7541
7542 - `"US_STORAGE_PROCESSING"`
7543
7544 - `"EU_STORAGE_PROCESSING"`
7545
7546 - `"JP_STORAGE"`
7547
7548 - `"KR_STORAGE"`
7549
7550 - `"CA_STORAGE"`
7551
7552 - `"SG_STORAGE"`
7553
7554 - `"IN_STORAGE"`
7555
7556 - `"AU_STORAGE"`
7557
7558 - `"GB_STORAGE"`
7559
7560 - `"AE_STORAGE"`
7561
7562 - `"AE_STORAGE_PROCESSING"`
7563
7483 - `status: optional string or null`7564 - `status: optional string or null`
7484 7565
7485 `active` or `archived`7566 `active` or `archived`
7505 "archived_at": 0,7586 "archived_at": 0,
7506 "external_key_id": "external_key_id",7587 "external_key_id": "external_key_id",
7507 "name": "name",7588 "name": "name",
7589 "residency": "GLOBAL",
7508 "status": "status"7590 "status": "status"
7509}7591}
7510```7592```
7583 7665
7584 The name of the project. This appears in reporting.7666 The name of the project. This appears in reporting.
7585 7667
7668 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`
7669
7670 The residency configuration for the project.
7671
7672 - `"GLOBAL"`
7673
7674 - `"US_STORAGE_PROCESSING"`
7675
7676 - `"EU_STORAGE_PROCESSING"`
7677
7678 - `"JP_STORAGE"`
7679
7680 - `"KR_STORAGE"`
7681
7682 - `"CA_STORAGE"`
7683
7684 - `"SG_STORAGE"`
7685
7686 - `"IN_STORAGE"`
7687
7688 - `"AU_STORAGE"`
7689
7690 - `"GB_STORAGE"`
7691
7692 - `"AE_STORAGE"`
7693
7694 - `"AE_STORAGE_PROCESSING"`
7695
7586 - `status: optional string or null`7696 - `status: optional string or null`
7587 7697
7588 `active` or `archived`7698 `active` or `archived`
7616 "archived_at": 0,7726 "archived_at": 0,
7617 "external_key_id": "external_key_id",7727 "external_key_id": "external_key_id",
7618 "name": "name",7728 "name": "name",
7729 "residency": "GLOBAL",
7619 "status": "status"7730 "status": "status"
7620 }7731 }
7621 ],7732 ],
7667 7778
7668### Returns7779### Returns
7669 7780
7670- `Project object { id, created_at, object, 4 more }`7781- `Project object { id, created_at, object, 5 more }`
7671 7782
7672 Represents an individual project.7783 Represents an individual project.
7673 7784
7697 7808
7698 The name of the project. This appears in reporting.7809 The name of the project. This appears in reporting.
7699 7810
7811 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`
7812
7813 The residency configuration for the project.
7814
7815 - `"GLOBAL"`
7816
7817 - `"US_STORAGE_PROCESSING"`
7818
7819 - `"EU_STORAGE_PROCESSING"`
7820
7821 - `"JP_STORAGE"`
7822
7823 - `"KR_STORAGE"`
7824
7825 - `"CA_STORAGE"`
7826
7827 - `"SG_STORAGE"`
7828
7829 - `"IN_STORAGE"`
7830
7831 - `"AU_STORAGE"`
7832
7833 - `"GB_STORAGE"`
7834
7835 - `"AE_STORAGE"`
7836
7837 - `"AE_STORAGE_PROCESSING"`
7838
7700 - `status: optional string or null`7839 - `status: optional string or null`
7701 7840
7702 `active` or `archived`7841 `active` or `archived`
7718 "archived_at": 0,7857 "archived_at": 0,
7719 "external_key_id": "external_key_id",7858 "external_key_id": "external_key_id",
7720 "name": "name",7859 "name": "name",
7860 "residency": "GLOBAL",
7721 "status": "status"7861 "status": "status"
7722}7862}
7723```7863```
7759 7899
7760 External key ID to associate with the project.7900 External key ID to associate with the project.
7761 7901
7762- `geography: optional string or null`
7763
7764 Geography for the project.
7765
7766- `name: optional string or null`7902- `name: optional string or null`
7767 7903
7768 The updated name of the project, this name appears in reports.7904 The updated name of the project, this name appears in reports.
7769 7905
7770### Returns7906### Returns
7771 7907
7772- `Project object { id, created_at, object, 4 more }`7908- `Project object { id, created_at, object, 5 more }`
7773 7909
7774 Represents an individual project.7910 Represents an individual project.
7775 7911
7799 7935
7800 The name of the project. This appears in reporting.7936 The name of the project. This appears in reporting.
7801 7937
7938 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`
7939
7940 The residency configuration for the project.
7941
7942 - `"GLOBAL"`
7943
7944 - `"US_STORAGE_PROCESSING"`
7945
7946 - `"EU_STORAGE_PROCESSING"`
7947
7948 - `"JP_STORAGE"`
7949
7950 - `"KR_STORAGE"`
7951
7952 - `"CA_STORAGE"`
7953
7954 - `"SG_STORAGE"`
7955
7956 - `"IN_STORAGE"`
7957
7958 - `"AU_STORAGE"`
7959
7960 - `"GB_STORAGE"`
7961
7962 - `"AE_STORAGE"`
7963
7964 - `"AE_STORAGE_PROCESSING"`
7965
7802 - `status: optional string or null`7966 - `status: optional string or null`
7803 7967
7804 `active` or `archived`7968 `active` or `archived`
7822 "archived_at": 0,7986 "archived_at": 0,
7823 "external_key_id": "external_key_id",7987 "external_key_id": "external_key_id",
7824 "name": "name",7988 "name": "name",
7989 "residency": "GLOBAL",
7825 "status": "status"7990 "status": "status"
7826}7991}
7827```7992```
7841 8006
7842### Project8007### Project
7843 8008
7844- `Project object { id, created_at, object, 4 more }`8009- `Project object { id, created_at, object, 5 more }`
7845 8010
7846 Represents an individual project.8011 Represents an individual project.
7847 8012
7871 8036
7872 The name of the project. This appears in reporting.8037 The name of the project. This appears in reporting.
7873 8038
8039 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`
8040
8041 The residency configuration for the project.
8042
8043 - `"GLOBAL"`
8044
8045 - `"US_STORAGE_PROCESSING"`
8046
8047 - `"EU_STORAGE_PROCESSING"`
8048
8049 - `"JP_STORAGE"`
8050
8051 - `"KR_STORAGE"`
8052
8053 - `"CA_STORAGE"`
8054
8055 - `"SG_STORAGE"`
8056
8057 - `"IN_STORAGE"`
8058
8059 - `"AU_STORAGE"`
8060
8061 - `"GB_STORAGE"`
8062
8063 - `"AE_STORAGE"`
8064
8065 - `"AE_STORAGE_PROCESSING"`
8066
7874 - `status: optional string or null`8067 - `status: optional string or null`
7875 8068
7876 `active` or `archived`8069 `active` or `archived`
17278 17471
17279 When `group_by=user_id`, this field provides the user ID of the grouped usage result.17472 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
17280 17473
17281 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`17474 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
17282 17475
17283 The aggregated costs details of the specific time bucket.17476 The aggregated costs details of the specific time bucket.
17284 17477
17314 17507
17315 When `group_by=line_item`, this field provides the quantity of the grouped costs result.17508 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
17316 17509
17510 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
17511
17512 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
17513
17514 - `string`
17515
17516 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
17517
17518 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
17519
17520 - `"tokens"`
17521
17522 - `"1000_tokens"`
17523
17524 - `"duration_seconds"`
17525
17526 - `"duration_minutes"`
17527
17528 - `"duration_hours"`
17529
17530 - `"gibibyte_hours"`
17531
17532 - `"images"`
17533
17534 - `"characters"`
17535
17317 - `start_time: number`17536 - `start_time: number`
17318 17537
17319- `has_more: boolean`17538- `has_more: boolean`
17844 18063
17845 When `group_by=user_id`, this field provides the user ID of the grouped usage result.18064 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
17846 18065
17847 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`18066 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
17848 18067
17849 The aggregated costs details of the specific time bucket.18068 The aggregated costs details of the specific time bucket.
17850 18069
17880 18099
17881 When `group_by=line_item`, this field provides the quantity of the grouped costs result.18100 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
17882 18101
18102 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
18103
18104 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
18105
18106 - `string`
18107
18108 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
18109
18110 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
18111
18112 - `"tokens"`
18113
18114 - `"1000_tokens"`
18115
18116 - `"duration_seconds"`
18117
18118 - `"duration_minutes"`
18119
18120 - `"duration_hours"`
18121
18122 - `"gibibyte_hours"`
18123
18124 - `"images"`
18125
18126 - `"characters"`
18127
17883 - `start_time: number`18128 - `start_time: number`
17884 18129
17885- `has_more: boolean`18130- `has_more: boolean`
18392 18637
18393 When `group_by=user_id`, this field provides the user ID of the grouped usage result.18638 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
18394 18639
18395 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`18640 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
18396 18641
18397 The aggregated costs details of the specific time bucket.18642 The aggregated costs details of the specific time bucket.
18398 18643
18428 18673
18429 When `group_by=line_item`, this field provides the quantity of the grouped costs result.18674 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
18430 18675
18676 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
18677
18678 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
18679
18680 - `string`
18681
18682 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
18683
18684 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
18685
18686 - `"tokens"`
18687
18688 - `"1000_tokens"`
18689
18690 - `"duration_seconds"`
18691
18692 - `"duration_minutes"`
18693
18694 - `"duration_hours"`
18695
18696 - `"gibibyte_hours"`
18697
18698 - `"images"`
18699
18700 - `"characters"`
18701
18431 - `start_time: number`18702 - `start_time: number`
18432 18703
18433- `has_more: boolean`18704- `has_more: boolean`
18962 19233
18963 When `group_by=user_id`, this field provides the user ID of the grouped usage result.19234 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
18964 19235
18965 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`19236 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
18966 19237
18967 The aggregated costs details of the specific time bucket.19238 The aggregated costs details of the specific time bucket.
18968 19239
18998 19269
18999 When `group_by=line_item`, this field provides the quantity of the grouped costs result.19270 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
19000 19271
19272 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
19273
19274 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
19275
19276 - `string`
19277
19278 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
19279
19280 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
19281
19282 - `"tokens"`
19283
19284 - `"1000_tokens"`
19285
19286 - `"duration_seconds"`
19287
19288 - `"duration_minutes"`
19289
19290 - `"duration_hours"`
19291
19292 - `"gibibyte_hours"`
19293
19294 - `"images"`
19295
19296 - `"characters"`
19297
19001 - `start_time: number`19298 - `start_time: number`
19002 19299
19003- `has_more: boolean`19300- `has_more: boolean`
19525 19822
19526 When `group_by=user_id`, this field provides the user ID of the grouped usage result.19823 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
19527 19824
19528 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`19825 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
19529 19826
19530 The aggregated costs details of the specific time bucket.19827 The aggregated costs details of the specific time bucket.
19531 19828
19561 19858
19562 When `group_by=line_item`, this field provides the quantity of the grouped costs result.19859 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
19563 19860
19861 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
19862
19863 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
19864
19865 - `string`
19866
19867 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
19868
19869 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
19870
19871 - `"tokens"`
19872
19873 - `"1000_tokens"`
19874
19875 - `"duration_seconds"`
19876
19877 - `"duration_minutes"`
19878
19879 - `"duration_hours"`
19880
19881 - `"gibibyte_hours"`
19882
19883 - `"images"`
19884
19885 - `"characters"`
19886
19564 - `start_time: number`19887 - `start_time: number`
19565 19888
19566- `has_more: boolean`19889- `has_more: boolean`
19649 "line_item": null,19972 "line_item": null,
19650 "project_id": null,19973 "project_id": null,
19651 "api_key_id": null,19974 "api_key_id": null,
19652 "quantity": null19975 "quantity": null,
19976 "quantity_unit": null
19653 }19977 }
19654 ]19978 ]
19655 }19979 }
20093 20417
20094 When `group_by=user_id`, this field provides the user ID of the grouped usage result.20418 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
20095 20419
20096 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`20420 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
20097 20421
20098 The aggregated costs details of the specific time bucket.20422 The aggregated costs details of the specific time bucket.
20099 20423
20129 20453
20130 When `group_by=line_item`, this field provides the quantity of the grouped costs result.20454 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
20131 20455
20456 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
20457
20458 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
20459
20460 - `string`
20461
20462 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
20463
20464 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
20465
20466 - `"tokens"`
20467
20468 - `"1000_tokens"`
20469
20470 - `"duration_seconds"`
20471
20472 - `"duration_minutes"`
20473
20474 - `"duration_hours"`
20475
20476 - `"gibibyte_hours"`
20477
20478 - `"images"`
20479
20480 - `"characters"`
20481
20132 - `start_time: number`20482 - `start_time: number`
20133 20483
20134- `has_more: boolean`20484- `has_more: boolean`
20659 21009
20660 When `group_by=user_id`, this field provides the user ID of the grouped usage result.21010 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
20661 21011
20662 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`21012 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
20663 21013
20664 The aggregated costs details of the specific time bucket.21014 The aggregated costs details of the specific time bucket.
20665 21015
20695 21045
20696 When `group_by=line_item`, this field provides the quantity of the grouped costs result.21046 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
20697 21047
21048 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
21049
21050 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
21051
21052 - `string`
21053
21054 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
21055
21056 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
21057
21058 - `"tokens"`
21059
21060 - `"1000_tokens"`
21061
21062 - `"duration_seconds"`
21063
21064 - `"duration_minutes"`
21065
21066 - `"duration_hours"`
21067
21068 - `"gibibyte_hours"`
21069
21070 - `"images"`
21071
21072 - `"characters"`
21073
20698 - `start_time: number`21074 - `start_time: number`
20699 21075
20700- `has_more: boolean`21076- `has_more: boolean`
21252 21628
21253 When `group_by=user_id`, this field provides the user ID of the grouped usage result.21629 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
21254 21630
21255 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`21631 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
21256 21632
21257 The aggregated costs details of the specific time bucket.21633 The aggregated costs details of the specific time bucket.
21258 21634
21288 21664
21289 When `group_by=line_item`, this field provides the quantity of the grouped costs result.21665 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
21290 21666
21667 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
21668
21669 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
21670
21671 - `string`
21672
21673 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
21674
21675 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
21676
21677 - `"tokens"`
21678
21679 - `"1000_tokens"`
21680
21681 - `"duration_seconds"`
21682
21683 - `"duration_minutes"`
21684
21685 - `"duration_hours"`
21686
21687 - `"gibibyte_hours"`
21688
21689 - `"images"`
21690
21691 - `"characters"`
21692
21291 - `start_time: number`21693 - `start_time: number`
21292 21694
21293- `has_more: boolean`21695- `has_more: boolean`
21820 22222
21821 When `group_by=user_id`, this field provides the user ID of the grouped usage result.22223 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
21822 22224
21823 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`22225 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
21824 22226
21825 The aggregated costs details of the specific time bucket.22227 The aggregated costs details of the specific time bucket.
21826 22228
21856 22258
21857 When `group_by=line_item`, this field provides the quantity of the grouped costs result.22259 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
21858 22260
22261 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
22262
22263 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
22264
22265 - `string`
22266
22267 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
22268
22269 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
22270
22271 - `"tokens"`
22272
22273 - `"1000_tokens"`
22274
22275 - `"duration_seconds"`
22276
22277 - `"duration_minutes"`
22278
22279 - `"duration_hours"`
22280
22281 - `"gibibyte_hours"`
22282
22283 - `"images"`
22284
22285 - `"characters"`
22286
21859 - `start_time: number`22287 - `start_time: number`
21860 22288
21861- `has_more: boolean`22289- `has_more: boolean`
22368 22796
22369 When `group_by=user_id`, this field provides the user ID of the grouped usage result.22797 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
22370 22798
22371 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`22799 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
22372 22800
22373 The aggregated costs details of the specific time bucket.22801 The aggregated costs details of the specific time bucket.
22374 22802
22404 22832
22405 When `group_by=line_item`, this field provides the quantity of the grouped costs result.22833 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
22406 22834
22835 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
22836
22837 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
22838
22839 - `string`
22840
22841 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
22842
22843 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
22844
22845 - `"tokens"`
22846
22847 - `"1000_tokens"`
22848
22849 - `"duration_seconds"`
22850
22851 - `"duration_minutes"`
22852
22853 - `"duration_hours"`
22854
22855 - `"gibibyte_hours"`
22856
22857 - `"images"`
22858
22859 - `"characters"`
22860
22407 - `start_time: number`22861 - `start_time: number`
22408 22862
22409- `has_more: boolean`22863- `has_more: boolean`
22942 23396
22943 When `group_by=user_id`, this field provides the user ID of the grouped usage result.23397 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
22944 23398
22945 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`23399 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
22946 23400
22947 The aggregated costs details of the specific time bucket.23401 The aggregated costs details of the specific time bucket.
22948 23402
22978 23432
22979 When `group_by=line_item`, this field provides the quantity of the grouped costs result.23433 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
22980 23434
23435 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
23436
23437 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
23438
23439 - `string`
23440
23441 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
23442
23443 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
23444
23445 - `"tokens"`
23446
23447 - `"1000_tokens"`
23448
23449 - `"duration_seconds"`
23450
23451 - `"duration_minutes"`
23452
23453 - `"duration_hours"`
23454
23455 - `"gibibyte_hours"`
23456
23457 - `"images"`
23458
23459 - `"characters"`
23460
22981 - `start_time: number`23461 - `start_time: number`
22982 23462
22983- `has_more: boolean`23463- `has_more: boolean`
23447 23927
23448 When `group_by=user_id`, this field provides the user ID of the grouped usage result.23928 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
23449 23929
23450 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`23930 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
23451 23931
23452 The aggregated costs details of the specific time bucket.23932 The aggregated costs details of the specific time bucket.
23453 23933
23483 23963
23484 When `group_by=line_item`, this field provides the quantity of the grouped costs result.23964 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
23485 23965
23966 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
23967
23968 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
23969
23970 - `string`
23971
23972 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
23973
23974 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
23975
23976 - `"tokens"`
23977
23978 - `"1000_tokens"`
23979
23980 - `"duration_seconds"`
23981
23982 - `"duration_minutes"`
23983
23984 - `"duration_hours"`
23985
23986 - `"gibibyte_hours"`
23987
23988 - `"images"`
23989
23990 - `"characters"`
23991
23486 - `start_time: number`23992 - `start_time: number`
23487 23993
23488 - `has_more: boolean`23994 - `has_more: boolean`
23863 24369
23864 When `group_by=user_id`, this field provides the user ID of the grouped usage result.24370 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
23865 24371
23866 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`24372 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
23867 24373
23868 The aggregated costs details of the specific time bucket.24374 The aggregated costs details of the specific time bucket.
23869 24375
23899 24405
23900 When `group_by=line_item`, this field provides the quantity of the grouped costs result.24406 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
23901 24407
24408 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
24409
24410 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
24411
24412 - `string`
24413
24414 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
24415
24416 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
24417
24418 - `"tokens"`
24419
24420 - `"1000_tokens"`
24421
24422 - `"duration_seconds"`
24423
24424 - `"duration_minutes"`
24425
24426 - `"duration_hours"`
24427
24428 - `"gibibyte_hours"`
24429
24430 - `"images"`
24431
24432 - `"characters"`
24433
23902 - `start_time: number`24434 - `start_time: number`
23903 24435
23904 - `has_more: boolean`24436 - `has_more: boolean`
24279 24811
24280 When `group_by=user_id`, this field provides the user ID of the grouped usage result.24812 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
24281 24813
24282 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`24814 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
24283 24815
24284 The aggregated costs details of the specific time bucket.24816 The aggregated costs details of the specific time bucket.
24285 24817
24315 24847
24316 When `group_by=line_item`, this field provides the quantity of the grouped costs result.24848 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
24317 24849
24850 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
24851
24852 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
24853
24854 - `string`
24855
24856 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
24857
24858 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
24859
24860 - `"tokens"`
24861
24862 - `"1000_tokens"`
24863
24864 - `"duration_seconds"`
24865
24866 - `"duration_minutes"`
24867
24868 - `"duration_hours"`
24869
24870 - `"gibibyte_hours"`
24871
24872 - `"images"`
24873
24874 - `"characters"`
24875
24318 - `start_time: number`24876 - `start_time: number`
24319 24877
24320 - `has_more: boolean`24878 - `has_more: boolean`
24695 25253
24696 When `group_by=user_id`, this field provides the user ID of the grouped usage result.25254 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
24697 25255
24698 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`25256 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
24699 25257
24700 The aggregated costs details of the specific time bucket.25258 The aggregated costs details of the specific time bucket.
24701 25259
24731 25289
24732 When `group_by=line_item`, this field provides the quantity of the grouped costs result.25290 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
24733 25291
25292 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
25293
25294 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
25295
25296 - `string`
25297
25298 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
25299
25300 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
25301
25302 - `"tokens"`
25303
25304 - `"1000_tokens"`
25305
25306 - `"duration_seconds"`
25307
25308 - `"duration_minutes"`
25309
25310 - `"duration_hours"`
25311
25312 - `"gibibyte_hours"`
25313
25314 - `"images"`
25315
25316 - `"characters"`
25317
24734 - `start_time: number`25318 - `start_time: number`
24735 25319
24736 - `has_more: boolean`25320 - `has_more: boolean`
25111 25695
25112 When `group_by=user_id`, this field provides the user ID of the grouped usage result.25696 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
25113 25697
25114 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`25698 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
25115 25699
25116 The aggregated costs details of the specific time bucket.25700 The aggregated costs details of the specific time bucket.
25117 25701
25147 25731
25148 When `group_by=line_item`, this field provides the quantity of the grouped costs result.25732 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
25149 25733
25734 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
25735
25736 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
25737
25738 - `string`
25739
25740 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
25741
25742 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
25743
25744 - `"tokens"`
25745
25746 - `"1000_tokens"`
25747
25748 - `"duration_seconds"`
25749
25750 - `"duration_minutes"`
25751
25752 - `"duration_hours"`
25753
25754 - `"gibibyte_hours"`
25755
25756 - `"images"`
25757
25758 - `"characters"`
25759
25150 - `start_time: number`25760 - `start_time: number`
25151 25761
25152 - `has_more: boolean`25762 - `has_more: boolean`
25527 26137
25528 When `group_by=user_id`, this field provides the user ID of the grouped usage result.26138 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
25529 26139
25530 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`26140 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
25531 26141
25532 The aggregated costs details of the specific time bucket.26142 The aggregated costs details of the specific time bucket.
25533 26143
25563 26173
25564 When `group_by=line_item`, this field provides the quantity of the grouped costs result.26174 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
25565 26175
26176 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
26177
26178 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
26179
26180 - `string`
26181
26182 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
26183
26184 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
26185
26186 - `"tokens"`
26187
26188 - `"1000_tokens"`
26189
26190 - `"duration_seconds"`
26191
26192 - `"duration_minutes"`
26193
26194 - `"duration_hours"`
26195
26196 - `"gibibyte_hours"`
26197
26198 - `"images"`
26199
26200 - `"characters"`
26201
25566 - `start_time: number`26202 - `start_time: number`
25567 26203
25568 - `has_more: boolean`26204 - `has_more: boolean`
25943 26579
25944 When `group_by=user_id`, this field provides the user ID of the grouped usage result.26580 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
25945 26581
25946 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`26582 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
25947 26583
25948 The aggregated costs details of the specific time bucket.26584 The aggregated costs details of the specific time bucket.
25949 26585
25979 26615
25980 When `group_by=line_item`, this field provides the quantity of the grouped costs result.26616 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
25981 26617
26618 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
26619
26620 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
26621
26622 - `string`
26623
26624 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
26625
26626 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
26627
26628 - `"tokens"`
26629
26630 - `"1000_tokens"`
26631
26632 - `"duration_seconds"`
26633
26634 - `"duration_minutes"`
26635
26636 - `"duration_hours"`
26637
26638 - `"gibibyte_hours"`
26639
26640 - `"images"`
26641
26642 - `"characters"`
26643
25982 - `start_time: number`26644 - `start_time: number`
25983 26645
25984 - `has_more: boolean`26646 - `has_more: boolean`
26359 27021
26360 When `group_by=user_id`, this field provides the user ID of the grouped usage result.27022 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
26361 27023
26362 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`27024 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
26363 27025
26364 The aggregated costs details of the specific time bucket.27026 The aggregated costs details of the specific time bucket.
26365 27027
26395 27057
26396 When `group_by=line_item`, this field provides the quantity of the grouped costs result.27058 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
26397 27059
27060 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
27061
27062 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
27063
27064 - `string`
27065
27066 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
27067
27068 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
27069
27070 - `"tokens"`
27071
27072 - `"1000_tokens"`
27073
27074 - `"duration_seconds"`
27075
27076 - `"duration_minutes"`
27077
27078 - `"duration_hours"`
27079
27080 - `"gibibyte_hours"`
27081
27082 - `"images"`
27083
27084 - `"characters"`
27085
26398 - `start_time: number`27086 - `start_time: number`
26399 27087
26400 - `has_more: boolean`27088 - `has_more: boolean`
26775 27463
26776 When `group_by=user_id`, this field provides the user ID of the grouped usage result.27464 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
26777 27465
26778 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`27466 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
26779 27467
26780 The aggregated costs details of the specific time bucket.27468 The aggregated costs details of the specific time bucket.
26781 27469
26811 27499
26812 When `group_by=line_item`, this field provides the quantity of the grouped costs result.27500 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
26813 27501
27502 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
27503
27504 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
27505
27506 - `string`
27507
27508 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
27509
27510 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
27511
27512 - `"tokens"`
27513
27514 - `"1000_tokens"`
27515
27516 - `"duration_seconds"`
27517
27518 - `"duration_minutes"`
27519
27520 - `"duration_hours"`
27521
27522 - `"gibibyte_hours"`
27523
27524 - `"images"`
27525
27526 - `"characters"`
27527
26814 - `start_time: number`27528 - `start_time: number`
26815 27529
26816 - `has_more: boolean`27530 - `has_more: boolean`
27191 27905
27192 When `group_by=user_id`, this field provides the user ID of the grouped usage result.27906 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
27193 27907
27194 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`27908 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
27195 27909
27196 The aggregated costs details of the specific time bucket.27910 The aggregated costs details of the specific time bucket.
27197 27911
27227 27941
27228 When `group_by=line_item`, this field provides the quantity of the grouped costs result.27942 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
27229 27943
27944 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
27945
27946 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
27947
27948 - `string`
27949
27950 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
27951
27952 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
27953
27954 - `"tokens"`
27955
27956 - `"1000_tokens"`
27957
27958 - `"duration_seconds"`
27959
27960 - `"duration_minutes"`
27961
27962 - `"duration_hours"`
27963
27964 - `"gibibyte_hours"`
27965
27966 - `"images"`
27967
27968 - `"characters"`
27969
27230 - `start_time: number`27970 - `start_time: number`
27231 27971
27232 - `has_more: boolean`27972 - `has_more: boolean`
27607 28347
27608 When `group_by=user_id`, this field provides the user ID of the grouped usage result.28348 When `group_by=user_id`, this field provides the user ID of the grouped usage result.
27609 28349
27610 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`28350 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`
27611 28351
27612 The aggregated costs details of the specific time bucket.28352 The aggregated costs details of the specific time bucket.
27613 28353
27643 28383
27644 When `group_by=line_item`, this field provides the quantity of the grouped costs result.28384 When `group_by=line_item`, this field provides the quantity of the grouped costs result.
27645 28385
28386 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`
28387
28388 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
28389
28390 - `string`
28391
28392 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`
28393
28394 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.
28395
28396 - `"tokens"`
28397
28398 - `"1000_tokens"`
28399
28400 - `"duration_seconds"`
28401
28402 - `"duration_minutes"`
28403
28404 - `"duration_hours"`
28405
28406 - `"gibibyte_hours"`
28407
28408 - `"images"`
28409
28410 - `"characters"`
28411
27646 - `start_time: number`28412 - `start_time: number`
27647 28413
27648 - `has_more: boolean`28414 - `has_more: boolean`