SpyBara
Go Premium

Reference 2026-08-20 23:59 UTC to 2026-08-21 21:58 UTC

21 files changed +2,875 −124. View all changes and history on the product overview
2026
Fri 21 21:58 Thu 20 23:59 Wed 19 21:01 Tue 18 22:02 Mon 17 22:57 Sun 16 16:58 Sat 15 02:02 Fri 14 23:57 Thu 13 22:00 Wed 12 16:01 Tue 11 22:59 Mon 10 22:00 Sat 8 00:59 Fri 7 21:59 Thu 6 18:59 Wed 5 02:01 Tue 4 22:59 Mon 3 21:58 Sat 1 01:00

go/index.md +1 −0

Details

176 OfString: openai.String("Write a haiku about programming"),176 OfString: openai.String("Write a haiku about programming"),

177 },177 },

178})178})

179defer func() { _ = stream.Close() }()

179 180 

180for stream.Next() {181for stream.Next() {

181 event := stream.Current()182 event := stream.Current()

Details

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`

Details

7349 7349 

7350### Returns7350### Returns

7351 7351 

7352- `Project object { id, created_at, object, 4 more }`7352- `Project object { id, created_at, object, 5 more }`

7353 7353 

7354 Represents an individual project.7354 Represents an individual project.

7355 7355 


7379 7379 

7380 The name of the project. This appears in reporting.7380 The name of the project. This appears in reporting.

7381 7381 

7382 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

7383 

7384 The residency configuration for the project.

7385 

7386 - `"GLOBAL"`

7387 

7388 - `"US_STORAGE_PROCESSING"`

7389 

7390 - `"EU_STORAGE_PROCESSING"`

7391 

7392 - `"JP_STORAGE"`

7393 

7394 - `"KR_STORAGE"`

7395 

7396 - `"CA_STORAGE"`

7397 

7398 - `"SG_STORAGE"`

7399 

7400 - `"IN_STORAGE"`

7401 

7402 - `"AU_STORAGE"`

7403 

7404 - `"GB_STORAGE"`

7405 

7406 - `"AE_STORAGE"`

7407 

7408 - `"AE_STORAGE_PROCESSING"`

7409 

7382 - `status: optional string or null`7410 - `status: optional string or null`

7383 7411 

7384 `active` or `archived`7412 `active` or `archived`


7401 "archived_at": 0,7429 "archived_at": 0,

7402 "external_key_id": "external_key_id",7430 "external_key_id": "external_key_id",

7403 "name": "name",7431 "name": "name",

7432 "residency": "GLOBAL",

7404 "status": "status"7433 "status": "status"

7405}7434}

7406```7435```


7442 7471 

7443 External key ID to associate with the project.7472 External key ID to associate with the project.

7444 7473 

7445- `geography: optional string or null`7474- `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more or null`

7475 

7476 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.

7477 

7478 - `"GLOBAL"`

7479 

7480 - `"US_STORAGE_PROCESSING"`

7481 

7482 - `"EU_STORAGE_PROCESSING"`

7483 

7484 - `"JP_STORAGE"`

7485 

7486 - `"KR_STORAGE"`

7487 

7488 - `"CA_STORAGE"`

7489 

7490 - `"SG_STORAGE"`

7491 

7492 - `"IN_STORAGE"`

7493 

7494 - `"AU_STORAGE"`

7495 

7496 - `"GB_STORAGE"`

7497 

7498 - `"AE_STORAGE"`

7446 7499 

7447 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.7500 - `"AE_STORAGE_PROCESSING"`

7448 7501 

7449### Returns7502### Returns

7450 7503 

7451- `Project object { id, created_at, object, 4 more }`7504- `Project object { id, created_at, object, 5 more }`

7452 7505 

7453 Represents an individual project.7506 Represents an individual project.

7454 7507 


7478 7531 

7479 The name of the project. This appears in reporting.7532 The name of the project. This appears in reporting.

7480 7533 

7534 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

7535 

7536 The residency configuration for the project.

7537 

7538 - `"GLOBAL"`

7539 

7540 - `"US_STORAGE_PROCESSING"`

7541 

7542 - `"EU_STORAGE_PROCESSING"`

7543 

7544 - `"JP_STORAGE"`

7545 

7546 - `"KR_STORAGE"`

7547 

7548 - `"CA_STORAGE"`

7549 

7550 - `"SG_STORAGE"`

7551 

7552 - `"IN_STORAGE"`

7553 

7554 - `"AU_STORAGE"`

7555 

7556 - `"GB_STORAGE"`

7557 

7558 - `"AE_STORAGE"`

7559 

7560 - `"AE_STORAGE_PROCESSING"`

7561 

7481 - `status: optional string or null`7562 - `status: optional string or null`

7482 7563 

7483 `active` or `archived`7564 `active` or `archived`


7503 "archived_at": 0,7584 "archived_at": 0,

7504 "external_key_id": "external_key_id",7585 "external_key_id": "external_key_id",

7505 "name": "name",7586 "name": "name",

7587 "residency": "GLOBAL",

7506 "status": "status"7588 "status": "status"

7507}7589}

7508```7590```


7581 7663 

7582 The name of the project. This appears in reporting.7664 The name of the project. This appears in reporting.

7583 7665 

7666 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

7667 

7668 The residency configuration for the project.

7669 

7670 - `"GLOBAL"`

7671 

7672 - `"US_STORAGE_PROCESSING"`

7673 

7674 - `"EU_STORAGE_PROCESSING"`

7675 

7676 - `"JP_STORAGE"`

7677 

7678 - `"KR_STORAGE"`

7679 

7680 - `"CA_STORAGE"`

7681 

7682 - `"SG_STORAGE"`

7683 

7684 - `"IN_STORAGE"`

7685 

7686 - `"AU_STORAGE"`

7687 

7688 - `"GB_STORAGE"`

7689 

7690 - `"AE_STORAGE"`

7691 

7692 - `"AE_STORAGE_PROCESSING"`

7693 

7584 - `status: optional string or null`7694 - `status: optional string or null`

7585 7695 

7586 `active` or `archived`7696 `active` or `archived`


7614 "archived_at": 0,7724 "archived_at": 0,

7615 "external_key_id": "external_key_id",7725 "external_key_id": "external_key_id",

7616 "name": "name",7726 "name": "name",

7727 "residency": "GLOBAL",

7617 "status": "status"7728 "status": "status"

7618 }7729 }

7619 ],7730 ],


7665 7776 

7666### Returns7777### Returns

7667 7778 

7668- `Project object { id, created_at, object, 4 more }`7779- `Project object { id, created_at, object, 5 more }`

7669 7780 

7670 Represents an individual project.7781 Represents an individual project.

7671 7782 


7695 7806 

7696 The name of the project. This appears in reporting.7807 The name of the project. This appears in reporting.

7697 7808 

7809 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

7810 

7811 The residency configuration for the project.

7812 

7813 - `"GLOBAL"`

7814 

7815 - `"US_STORAGE_PROCESSING"`

7816 

7817 - `"EU_STORAGE_PROCESSING"`

7818 

7819 - `"JP_STORAGE"`

7820 

7821 - `"KR_STORAGE"`

7822 

7823 - `"CA_STORAGE"`

7824 

7825 - `"SG_STORAGE"`

7826 

7827 - `"IN_STORAGE"`

7828 

7829 - `"AU_STORAGE"`

7830 

7831 - `"GB_STORAGE"`

7832 

7833 - `"AE_STORAGE"`

7834 

7835 - `"AE_STORAGE_PROCESSING"`

7836 

7698 - `status: optional string or null`7837 - `status: optional string or null`

7699 7838 

7700 `active` or `archived`7839 `active` or `archived`


7716 "archived_at": 0,7855 "archived_at": 0,

7717 "external_key_id": "external_key_id",7856 "external_key_id": "external_key_id",

7718 "name": "name",7857 "name": "name",

7858 "residency": "GLOBAL",

7719 "status": "status"7859 "status": "status"

7720}7860}

7721```7861```


7757 7897 

7758 External key ID to associate with the project.7898 External key ID to associate with the project.

7759 7899 

7760- `geography: optional string or null`

7761 

7762 Geography for the project.

7763 

7764- `name: optional string or null`7900- `name: optional string or null`

7765 7901 

7766 The updated name of the project, this name appears in reports.7902 The updated name of the project, this name appears in reports.

7767 7903 

7768### Returns7904### Returns

7769 7905 

7770- `Project object { id, created_at, object, 4 more }`7906- `Project object { id, created_at, object, 5 more }`

7771 7907 

7772 Represents an individual project.7908 Represents an individual project.

7773 7909 


7797 7933 

7798 The name of the project. This appears in reporting.7934 The name of the project. This appears in reporting.

7799 7935 

7936 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

7937 

7938 The residency configuration for the project.

7939 

7940 - `"GLOBAL"`

7941 

7942 - `"US_STORAGE_PROCESSING"`

7943 

7944 - `"EU_STORAGE_PROCESSING"`

7945 

7946 - `"JP_STORAGE"`

7947 

7948 - `"KR_STORAGE"`

7949 

7950 - `"CA_STORAGE"`

7951 

7952 - `"SG_STORAGE"`

7953 

7954 - `"IN_STORAGE"`

7955 

7956 - `"AU_STORAGE"`

7957 

7958 - `"GB_STORAGE"`

7959 

7960 - `"AE_STORAGE"`

7961 

7962 - `"AE_STORAGE_PROCESSING"`

7963 

7800 - `status: optional string or null`7964 - `status: optional string or null`

7801 7965 

7802 `active` or `archived`7966 `active` or `archived`


7820 "archived_at": 0,7984 "archived_at": 0,

7821 "external_key_id": "external_key_id",7985 "external_key_id": "external_key_id",

7822 "name": "name",7986 "name": "name",

7987 "residency": "GLOBAL",

7823 "status": "status"7988 "status": "status"

7824}7989}

7825```7990```


7839 8004 

7840### Project8005### Project

7841 8006 

7842- `Project object { id, created_at, object, 4 more }`8007- `Project object { id, created_at, object, 5 more }`

7843 8008 

7844 Represents an individual project.8009 Represents an individual project.

7845 8010 


7869 8034 

7870 The name of the project. This appears in reporting.8035 The name of the project. This appears in reporting.

7871 8036 

8037 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

8038 

8039 The residency configuration for the project.

8040 

8041 - `"GLOBAL"`

8042 

8043 - `"US_STORAGE_PROCESSING"`

8044 

8045 - `"EU_STORAGE_PROCESSING"`

8046 

8047 - `"JP_STORAGE"`

8048 

8049 - `"KR_STORAGE"`

8050 

8051 - `"CA_STORAGE"`

8052 

8053 - `"SG_STORAGE"`

8054 

8055 - `"IN_STORAGE"`

8056 

8057 - `"AU_STORAGE"`

8058 

8059 - `"GB_STORAGE"`

8060 

8061 - `"AE_STORAGE"`

8062 

8063 - `"AE_STORAGE_PROCESSING"`

8064 

7872 - `status: optional string or null`8065 - `status: optional string or null`

7873 8066 

7874 `active` or `archived`8067 `active` or `archived`


17276 17469 

17277 When `group_by=user_id`, this field provides the user ID of the grouped usage result.17470 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

17278 17471 

17279 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`17472 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

17280 17473 

17281 The aggregated costs details of the specific time bucket.17474 The aggregated costs details of the specific time bucket.

17282 17475 


17312 17505 

17313 When `group_by=line_item`, this field provides the quantity of the grouped costs result.17506 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

17314 17507 

17508 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

17509 

17510 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

17511 

17512 - `string`

17513 

17514 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

17515 

17516 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

17517 

17518 - `"tokens"`

17519 

17520 - `"1000_tokens"`

17521 

17522 - `"duration_seconds"`

17523 

17524 - `"duration_minutes"`

17525 

17526 - `"duration_hours"`

17527 

17528 - `"gibibyte_hours"`

17529 

17530 - `"images"`

17531 

17532 - `"characters"`

17533 

17315 - `start_time: number`17534 - `start_time: number`

17316 17535 

17317- `has_more: boolean`17536- `has_more: boolean`


17842 18061 

17843 When `group_by=user_id`, this field provides the user ID of the grouped usage result.18062 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

17844 18063 

17845 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`18064 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

17846 18065 

17847 The aggregated costs details of the specific time bucket.18066 The aggregated costs details of the specific time bucket.

17848 18067 


17878 18097 

17879 When `group_by=line_item`, this field provides the quantity of the grouped costs result.18098 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

17880 18099 

18100 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

18101 

18102 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

18103 

18104 - `string`

18105 

18106 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

18107 

18108 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

18109 

18110 - `"tokens"`

18111 

18112 - `"1000_tokens"`

18113 

18114 - `"duration_seconds"`

18115 

18116 - `"duration_minutes"`

18117 

18118 - `"duration_hours"`

18119 

18120 - `"gibibyte_hours"`

18121 

18122 - `"images"`

18123 

18124 - `"characters"`

18125 

17881 - `start_time: number`18126 - `start_time: number`

17882 18127 

17883- `has_more: boolean`18128- `has_more: boolean`


18390 18635 

18391 When `group_by=user_id`, this field provides the user ID of the grouped usage result.18636 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

18392 18637 

18393 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`18638 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

18394 18639 

18395 The aggregated costs details of the specific time bucket.18640 The aggregated costs details of the specific time bucket.

18396 18641 


18426 18671 

18427 When `group_by=line_item`, this field provides the quantity of the grouped costs result.18672 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

18428 18673 

18674 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

18675 

18676 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

18677 

18678 - `string`

18679 

18680 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

18681 

18682 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

18683 

18684 - `"tokens"`

18685 

18686 - `"1000_tokens"`

18687 

18688 - `"duration_seconds"`

18689 

18690 - `"duration_minutes"`

18691 

18692 - `"duration_hours"`

18693 

18694 - `"gibibyte_hours"`

18695 

18696 - `"images"`

18697 

18698 - `"characters"`

18699 

18429 - `start_time: number`18700 - `start_time: number`

18430 18701 

18431- `has_more: boolean`18702- `has_more: boolean`


18960 19231 

18961 When `group_by=user_id`, this field provides the user ID of the grouped usage result.19232 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

18962 19233 

18963 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`19234 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

18964 19235 

18965 The aggregated costs details of the specific time bucket.19236 The aggregated costs details of the specific time bucket.

18966 19237 


18996 19267 

18997 When `group_by=line_item`, this field provides the quantity of the grouped costs result.19268 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

18998 19269 

19270 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

19271 

19272 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

19273 

19274 - `string`

19275 

19276 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

19277 

19278 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

19279 

19280 - `"tokens"`

19281 

19282 - `"1000_tokens"`

19283 

19284 - `"duration_seconds"`

19285 

19286 - `"duration_minutes"`

19287 

19288 - `"duration_hours"`

19289 

19290 - `"gibibyte_hours"`

19291 

19292 - `"images"`

19293 

19294 - `"characters"`

19295 

18999 - `start_time: number`19296 - `start_time: number`

19000 19297 

19001- `has_more: boolean`19298- `has_more: boolean`


19523 19820 

19524 When `group_by=user_id`, this field provides the user ID of the grouped usage result.19821 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

19525 19822 

19526 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`19823 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

19527 19824 

19528 The aggregated costs details of the specific time bucket.19825 The aggregated costs details of the specific time bucket.

19529 19826 


19559 19856 

19560 When `group_by=line_item`, this field provides the quantity of the grouped costs result.19857 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

19561 19858 

19859 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

19860 

19861 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

19862 

19863 - `string`

19864 

19865 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

19866 

19867 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

19868 

19869 - `"tokens"`

19870 

19871 - `"1000_tokens"`

19872 

19873 - `"duration_seconds"`

19874 

19875 - `"duration_minutes"`

19876 

19877 - `"duration_hours"`

19878 

19879 - `"gibibyte_hours"`

19880 

19881 - `"images"`

19882 

19883 - `"characters"`

19884 

19562 - `start_time: number`19885 - `start_time: number`

19563 19886 

19564- `has_more: boolean`19887- `has_more: boolean`


19647 "line_item": null,19970 "line_item": null,

19648 "project_id": null,19971 "project_id": null,

19649 "api_key_id": null,19972 "api_key_id": null,

19650 "quantity": null19973 "quantity": null,

19974 "quantity_unit": null

19651 }19975 }

19652 ]19976 ]

19653 }19977 }


20091 20415 

20092 When `group_by=user_id`, this field provides the user ID of the grouped usage result.20416 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

20093 20417 

20094 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`20418 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

20095 20419 

20096 The aggregated costs details of the specific time bucket.20420 The aggregated costs details of the specific time bucket.

20097 20421 


20127 20451 

20128 When `group_by=line_item`, this field provides the quantity of the grouped costs result.20452 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

20129 20453 

20454 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

20455 

20456 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

20457 

20458 - `string`

20459 

20460 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

20461 

20462 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

20463 

20464 - `"tokens"`

20465 

20466 - `"1000_tokens"`

20467 

20468 - `"duration_seconds"`

20469 

20470 - `"duration_minutes"`

20471 

20472 - `"duration_hours"`

20473 

20474 - `"gibibyte_hours"`

20475 

20476 - `"images"`

20477 

20478 - `"characters"`

20479 

20130 - `start_time: number`20480 - `start_time: number`

20131 20481 

20132- `has_more: boolean`20482- `has_more: boolean`


20657 21007 

20658 When `group_by=user_id`, this field provides the user ID of the grouped usage result.21008 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

20659 21009 

20660 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`21010 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

20661 21011 

20662 The aggregated costs details of the specific time bucket.21012 The aggregated costs details of the specific time bucket.

20663 21013 


20693 21043 

20694 When `group_by=line_item`, this field provides the quantity of the grouped costs result.21044 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

20695 21045 

21046 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

21047 

21048 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

21049 

21050 - `string`

21051 

21052 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

21053 

21054 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

21055 

21056 - `"tokens"`

21057 

21058 - `"1000_tokens"`

21059 

21060 - `"duration_seconds"`

21061 

21062 - `"duration_minutes"`

21063 

21064 - `"duration_hours"`

21065 

21066 - `"gibibyte_hours"`

21067 

21068 - `"images"`

21069 

21070 - `"characters"`

21071 

20696 - `start_time: number`21072 - `start_time: number`

20697 21073 

20698- `has_more: boolean`21074- `has_more: boolean`


21250 21626 

21251 When `group_by=user_id`, this field provides the user ID of the grouped usage result.21627 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

21252 21628 

21253 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`21629 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

21254 21630 

21255 The aggregated costs details of the specific time bucket.21631 The aggregated costs details of the specific time bucket.

21256 21632 


21286 21662 

21287 When `group_by=line_item`, this field provides the quantity of the grouped costs result.21663 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

21288 21664 

21665 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

21666 

21667 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

21668 

21669 - `string`

21670 

21671 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

21672 

21673 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

21674 

21675 - `"tokens"`

21676 

21677 - `"1000_tokens"`

21678 

21679 - `"duration_seconds"`

21680 

21681 - `"duration_minutes"`

21682 

21683 - `"duration_hours"`

21684 

21685 - `"gibibyte_hours"`

21686 

21687 - `"images"`

21688 

21689 - `"characters"`

21690 

21289 - `start_time: number`21691 - `start_time: number`

21290 21692 

21291- `has_more: boolean`21693- `has_more: boolean`


21818 22220 

21819 When `group_by=user_id`, this field provides the user ID of the grouped usage result.22221 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

21820 22222 

21821 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`22223 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

21822 22224 

21823 The aggregated costs details of the specific time bucket.22225 The aggregated costs details of the specific time bucket.

21824 22226 


21854 22256 

21855 When `group_by=line_item`, this field provides the quantity of the grouped costs result.22257 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

21856 22258 

22259 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

22260 

22261 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

22262 

22263 - `string`

22264 

22265 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

22266 

22267 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

22268 

22269 - `"tokens"`

22270 

22271 - `"1000_tokens"`

22272 

22273 - `"duration_seconds"`

22274 

22275 - `"duration_minutes"`

22276 

22277 - `"duration_hours"`

22278 

22279 - `"gibibyte_hours"`

22280 

22281 - `"images"`

22282 

22283 - `"characters"`

22284 

21857 - `start_time: number`22285 - `start_time: number`

21858 22286 

21859- `has_more: boolean`22287- `has_more: boolean`


22366 22794 

22367 When `group_by=user_id`, this field provides the user ID of the grouped usage result.22795 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

22368 22796 

22369 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`22797 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

22370 22798 

22371 The aggregated costs details of the specific time bucket.22799 The aggregated costs details of the specific time bucket.

22372 22800 


22402 22830 

22403 When `group_by=line_item`, this field provides the quantity of the grouped costs result.22831 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

22404 22832 

22833 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

22834 

22835 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

22836 

22837 - `string`

22838 

22839 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

22840 

22841 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

22842 

22843 - `"tokens"`

22844 

22845 - `"1000_tokens"`

22846 

22847 - `"duration_seconds"`

22848 

22849 - `"duration_minutes"`

22850 

22851 - `"duration_hours"`

22852 

22853 - `"gibibyte_hours"`

22854 

22855 - `"images"`

22856 

22857 - `"characters"`

22858 

22405 - `start_time: number`22859 - `start_time: number`

22406 22860 

22407- `has_more: boolean`22861- `has_more: boolean`


22940 23394 

22941 When `group_by=user_id`, this field provides the user ID of the grouped usage result.23395 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

22942 23396 

22943 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`23397 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

22944 23398 

22945 The aggregated costs details of the specific time bucket.23399 The aggregated costs details of the specific time bucket.

22946 23400 


22976 23430 

22977 When `group_by=line_item`, this field provides the quantity of the grouped costs result.23431 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

22978 23432 

23433 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

23434 

23435 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

23436 

23437 - `string`

23438 

23439 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

23440 

23441 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

23442 

23443 - `"tokens"`

23444 

23445 - `"1000_tokens"`

23446 

23447 - `"duration_seconds"`

23448 

23449 - `"duration_minutes"`

23450 

23451 - `"duration_hours"`

23452 

23453 - `"gibibyte_hours"`

23454 

23455 - `"images"`

23456 

23457 - `"characters"`

23458 

22979 - `start_time: number`23459 - `start_time: number`

22980 23460 

22981- `has_more: boolean`23461- `has_more: boolean`


23445 23925 

23446 When `group_by=user_id`, this field provides the user ID of the grouped usage result.23926 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

23447 23927 

23448 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`23928 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

23449 23929 

23450 The aggregated costs details of the specific time bucket.23930 The aggregated costs details of the specific time bucket.

23451 23931 


23481 23961 

23482 When `group_by=line_item`, this field provides the quantity of the grouped costs result.23962 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

23483 23963 

23964 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

23965 

23966 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

23967 

23968 - `string`

23969 

23970 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

23971 

23972 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

23973 

23974 - `"tokens"`

23975 

23976 - `"1000_tokens"`

23977 

23978 - `"duration_seconds"`

23979 

23980 - `"duration_minutes"`

23981 

23982 - `"duration_hours"`

23983 

23984 - `"gibibyte_hours"`

23985 

23986 - `"images"`

23987 

23988 - `"characters"`

23989 

23484 - `start_time: number`23990 - `start_time: number`

23485 23991 

23486 - `has_more: boolean`23992 - `has_more: boolean`


23861 24367 

23862 When `group_by=user_id`, this field provides the user ID of the grouped usage result.24368 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

23863 24369 

23864 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`24370 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

23865 24371 

23866 The aggregated costs details of the specific time bucket.24372 The aggregated costs details of the specific time bucket.

23867 24373 


23897 24403 

23898 When `group_by=line_item`, this field provides the quantity of the grouped costs result.24404 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

23899 24405 

24406 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

24407 

24408 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

24409 

24410 - `string`

24411 

24412 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

24413 

24414 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

24415 

24416 - `"tokens"`

24417 

24418 - `"1000_tokens"`

24419 

24420 - `"duration_seconds"`

24421 

24422 - `"duration_minutes"`

24423 

24424 - `"duration_hours"`

24425 

24426 - `"gibibyte_hours"`

24427 

24428 - `"images"`

24429 

24430 - `"characters"`

24431 

23900 - `start_time: number`24432 - `start_time: number`

23901 24433 

23902 - `has_more: boolean`24434 - `has_more: boolean`


24277 24809 

24278 When `group_by=user_id`, this field provides the user ID of the grouped usage result.24810 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

24279 24811 

24280 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`24812 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

24281 24813 

24282 The aggregated costs details of the specific time bucket.24814 The aggregated costs details of the specific time bucket.

24283 24815 


24313 24845 

24314 When `group_by=line_item`, this field provides the quantity of the grouped costs result.24846 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

24315 24847 

24848 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

24849 

24850 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

24851 

24852 - `string`

24853 

24854 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

24855 

24856 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

24857 

24858 - `"tokens"`

24859 

24860 - `"1000_tokens"`

24861 

24862 - `"duration_seconds"`

24863 

24864 - `"duration_minutes"`

24865 

24866 - `"duration_hours"`

24867 

24868 - `"gibibyte_hours"`

24869 

24870 - `"images"`

24871 

24872 - `"characters"`

24873 

24316 - `start_time: number`24874 - `start_time: number`

24317 24875 

24318 - `has_more: boolean`24876 - `has_more: boolean`


24693 25251 

24694 When `group_by=user_id`, this field provides the user ID of the grouped usage result.25252 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

24695 25253 

24696 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`25254 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

24697 25255 

24698 The aggregated costs details of the specific time bucket.25256 The aggregated costs details of the specific time bucket.

24699 25257 


24729 25287 

24730 When `group_by=line_item`, this field provides the quantity of the grouped costs result.25288 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

24731 25289 

25290 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

25291 

25292 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

25293 

25294 - `string`

25295 

25296 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

25297 

25298 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

25299 

25300 - `"tokens"`

25301 

25302 - `"1000_tokens"`

25303 

25304 - `"duration_seconds"`

25305 

25306 - `"duration_minutes"`

25307 

25308 - `"duration_hours"`

25309 

25310 - `"gibibyte_hours"`

25311 

25312 - `"images"`

25313 

25314 - `"characters"`

25315 

24732 - `start_time: number`25316 - `start_time: number`

24733 25317 

24734 - `has_more: boolean`25318 - `has_more: boolean`


25109 25693 

25110 When `group_by=user_id`, this field provides the user ID of the grouped usage result.25694 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

25111 25695 

25112 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`25696 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

25113 25697 

25114 The aggregated costs details of the specific time bucket.25698 The aggregated costs details of the specific time bucket.

25115 25699 


25145 25729 

25146 When `group_by=line_item`, this field provides the quantity of the grouped costs result.25730 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

25147 25731 

25732 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

25733 

25734 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

25735 

25736 - `string`

25737 

25738 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

25739 

25740 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

25741 

25742 - `"tokens"`

25743 

25744 - `"1000_tokens"`

25745 

25746 - `"duration_seconds"`

25747 

25748 - `"duration_minutes"`

25749 

25750 - `"duration_hours"`

25751 

25752 - `"gibibyte_hours"`

25753 

25754 - `"images"`

25755 

25756 - `"characters"`

25757 

25148 - `start_time: number`25758 - `start_time: number`

25149 25759 

25150 - `has_more: boolean`25760 - `has_more: boolean`


25525 26135 

25526 When `group_by=user_id`, this field provides the user ID of the grouped usage result.26136 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

25527 26137 

25528 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`26138 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

25529 26139 

25530 The aggregated costs details of the specific time bucket.26140 The aggregated costs details of the specific time bucket.

25531 26141 


25561 26171 

25562 When `group_by=line_item`, this field provides the quantity of the grouped costs result.26172 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

25563 26173 

26174 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

26175 

26176 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

26177 

26178 - `string`

26179 

26180 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

26181 

26182 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

26183 

26184 - `"tokens"`

26185 

26186 - `"1000_tokens"`

26187 

26188 - `"duration_seconds"`

26189 

26190 - `"duration_minutes"`

26191 

26192 - `"duration_hours"`

26193 

26194 - `"gibibyte_hours"`

26195 

26196 - `"images"`

26197 

26198 - `"characters"`

26199 

25564 - `start_time: number`26200 - `start_time: number`

25565 26201 

25566 - `has_more: boolean`26202 - `has_more: boolean`


25941 26577 

25942 When `group_by=user_id`, this field provides the user ID of the grouped usage result.26578 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

25943 26579 

25944 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`26580 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

25945 26581 

25946 The aggregated costs details of the specific time bucket.26582 The aggregated costs details of the specific time bucket.

25947 26583 


25977 26613 

25978 When `group_by=line_item`, this field provides the quantity of the grouped costs result.26614 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

25979 26615 

26616 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

26617 

26618 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

26619 

26620 - `string`

26621 

26622 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

26623 

26624 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

26625 

26626 - `"tokens"`

26627 

26628 - `"1000_tokens"`

26629 

26630 - `"duration_seconds"`

26631 

26632 - `"duration_minutes"`

26633 

26634 - `"duration_hours"`

26635 

26636 - `"gibibyte_hours"`

26637 

26638 - `"images"`

26639 

26640 - `"characters"`

26641 

25980 - `start_time: number`26642 - `start_time: number`

25981 26643 

25982 - `has_more: boolean`26644 - `has_more: boolean`


26357 27019 

26358 When `group_by=user_id`, this field provides the user ID of the grouped usage result.27020 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

26359 27021 

26360 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`27022 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

26361 27023 

26362 The aggregated costs details of the specific time bucket.27024 The aggregated costs details of the specific time bucket.

26363 27025 


26393 27055 

26394 When `group_by=line_item`, this field provides the quantity of the grouped costs result.27056 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

26395 27057 

27058 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

27059 

27060 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

27061 

27062 - `string`

27063 

27064 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

27065 

27066 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

27067 

27068 - `"tokens"`

27069 

27070 - `"1000_tokens"`

27071 

27072 - `"duration_seconds"`

27073 

27074 - `"duration_minutes"`

27075 

27076 - `"duration_hours"`

27077 

27078 - `"gibibyte_hours"`

27079 

27080 - `"images"`

27081 

27082 - `"characters"`

27083 

26396 - `start_time: number`27084 - `start_time: number`

26397 27085 

26398 - `has_more: boolean`27086 - `has_more: boolean`


26773 27461 

26774 When `group_by=user_id`, this field provides the user ID of the grouped usage result.27462 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

26775 27463 

26776 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`27464 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

26777 27465 

26778 The aggregated costs details of the specific time bucket.27466 The aggregated costs details of the specific time bucket.

26779 27467 


26809 27497 

26810 When `group_by=line_item`, this field provides the quantity of the grouped costs result.27498 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

26811 27499 

27500 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

27501 

27502 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

27503 

27504 - `string`

27505 

27506 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

27507 

27508 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

27509 

27510 - `"tokens"`

27511 

27512 - `"1000_tokens"`

27513 

27514 - `"duration_seconds"`

27515 

27516 - `"duration_minutes"`

27517 

27518 - `"duration_hours"`

27519 

27520 - `"gibibyte_hours"`

27521 

27522 - `"images"`

27523 

27524 - `"characters"`

27525 

26812 - `start_time: number`27526 - `start_time: number`

26813 27527 

26814 - `has_more: boolean`27528 - `has_more: boolean`


27189 27903 

27190 When `group_by=user_id`, this field provides the user ID of the grouped usage result.27904 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

27191 27905 

27192 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`27906 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

27193 27907 

27194 The aggregated costs details of the specific time bucket.27908 The aggregated costs details of the specific time bucket.

27195 27909 


27225 27939 

27226 When `group_by=line_item`, this field provides the quantity of the grouped costs result.27940 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

27227 27941 

27942 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

27943 

27944 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

27945 

27946 - `string`

27947 

27948 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

27949 

27950 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

27951 

27952 - `"tokens"`

27953 

27954 - `"1000_tokens"`

27955 

27956 - `"duration_seconds"`

27957 

27958 - `"duration_minutes"`

27959 

27960 - `"duration_hours"`

27961 

27962 - `"gibibyte_hours"`

27963 

27964 - `"images"`

27965 

27966 - `"characters"`

27967 

27228 - `start_time: number`27968 - `start_time: number`

27229 27969 

27230 - `has_more: boolean`27970 - `has_more: boolean`


27605 28345 

27606 When `group_by=user_id`, this field provides the user ID of the grouped usage result.28346 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

27607 28347 

27608 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`28348 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

27609 28349 

27610 The aggregated costs details of the specific time bucket.28350 The aggregated costs details of the specific time bucket.

27611 28351 


27641 28381 

27642 When `group_by=line_item`, this field provides the quantity of the grouped costs result.28382 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

27643 28383 

28384 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

28385 

28386 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

28387 

28388 - `string`

28389 

28390 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

28391 

28392 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

28393 

28394 - `"tokens"`

28395 

28396 - `"1000_tokens"`

28397 

28398 - `"duration_seconds"`

28399 

28400 - `"duration_minutes"`

28401 

28402 - `"duration_hours"`

28403 

28404 - `"gibibyte_hours"`

28405 

28406 - `"images"`

28407 

28408 - `"characters"`

28409 

27644 - `start_time: number`28410 - `start_time: number`

27645 28411 

27646 - `has_more: boolean`28412 - `has_more: boolean`

Details

12 12 

13### Returns13### Returns

14 14 

15- `Project object { id, created_at, object, 4 more }`15- `Project object { id, created_at, object, 5 more }`

16 16 

17 Represents an individual project.17 Represents an individual project.

18 18 


42 42 

43 The name of the project. This appears in reporting.43 The name of the project. This appears in reporting.

44 44 

45 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

46 

47 The residency configuration for the project.

48 

49 - `"GLOBAL"`

50 

51 - `"US_STORAGE_PROCESSING"`

52 

53 - `"EU_STORAGE_PROCESSING"`

54 

55 - `"JP_STORAGE"`

56 

57 - `"KR_STORAGE"`

58 

59 - `"CA_STORAGE"`

60 

61 - `"SG_STORAGE"`

62 

63 - `"IN_STORAGE"`

64 

65 - `"AU_STORAGE"`

66 

67 - `"GB_STORAGE"`

68 

69 - `"AE_STORAGE"`

70 

71 - `"AE_STORAGE_PROCESSING"`

72 

45 - `status: optional string or null`73 - `status: optional string or null`

46 74 

47 `active` or `archived`75 `active` or `archived`


64 "archived_at": 0,92 "archived_at": 0,

65 "external_key_id": "external_key_id",93 "external_key_id": "external_key_id",

66 "name": "name",94 "name": "name",

95 "residency": "GLOBAL",

67 "status": "status"96 "status": "status"

68}97}

69```98```


105 134 

106 External key ID to associate with the project.135 External key ID to associate with the project.

107 136 

108- `geography: optional string or null`137- `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more or null`

138 

139 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.

140 

141 - `"GLOBAL"`

142 

143 - `"US_STORAGE_PROCESSING"`

144 

145 - `"EU_STORAGE_PROCESSING"`

146 

147 - `"JP_STORAGE"`

148 

149 - `"KR_STORAGE"`

150 

151 - `"CA_STORAGE"`

152 

153 - `"SG_STORAGE"`

154 

155 - `"IN_STORAGE"`

156 

157 - `"AU_STORAGE"`

158 

159 - `"GB_STORAGE"`

109 160 

110 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.161 - `"AE_STORAGE"`

162 

163 - `"AE_STORAGE_PROCESSING"`

111 164 

112### Returns165### Returns

113 166 

114- `Project object { id, created_at, object, 4 more }`167- `Project object { id, created_at, object, 5 more }`

115 168 

116 Represents an individual project.169 Represents an individual project.

117 170 


141 194 

142 The name of the project. This appears in reporting.195 The name of the project. This appears in reporting.

143 196 

197 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

198 

199 The residency configuration for the project.

200 

201 - `"GLOBAL"`

202 

203 - `"US_STORAGE_PROCESSING"`

204 

205 - `"EU_STORAGE_PROCESSING"`

206 

207 - `"JP_STORAGE"`

208 

209 - `"KR_STORAGE"`

210 

211 - `"CA_STORAGE"`

212 

213 - `"SG_STORAGE"`

214 

215 - `"IN_STORAGE"`

216 

217 - `"AU_STORAGE"`

218 

219 - `"GB_STORAGE"`

220 

221 - `"AE_STORAGE"`

222 

223 - `"AE_STORAGE_PROCESSING"`

224 

144 - `status: optional string or null`225 - `status: optional string or null`

145 226 

146 `active` or `archived`227 `active` or `archived`


166 "archived_at": 0,247 "archived_at": 0,

167 "external_key_id": "external_key_id",248 "external_key_id": "external_key_id",

168 "name": "name",249 "name": "name",

250 "residency": "GLOBAL",

169 "status": "status"251 "status": "status"

170}252}

171```253```


244 326 

245 The name of the project. This appears in reporting.327 The name of the project. This appears in reporting.

246 328 

329 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

330 

331 The residency configuration for the project.

332 

333 - `"GLOBAL"`

334 

335 - `"US_STORAGE_PROCESSING"`

336 

337 - `"EU_STORAGE_PROCESSING"`

338 

339 - `"JP_STORAGE"`

340 

341 - `"KR_STORAGE"`

342 

343 - `"CA_STORAGE"`

344 

345 - `"SG_STORAGE"`

346 

347 - `"IN_STORAGE"`

348 

349 - `"AU_STORAGE"`

350 

351 - `"GB_STORAGE"`

352 

353 - `"AE_STORAGE"`

354 

355 - `"AE_STORAGE_PROCESSING"`

356 

247 - `status: optional string or null`357 - `status: optional string or null`

248 358 

249 `active` or `archived`359 `active` or `archived`


277 "archived_at": 0,387 "archived_at": 0,

278 "external_key_id": "external_key_id",388 "external_key_id": "external_key_id",

279 "name": "name",389 "name": "name",

390 "residency": "GLOBAL",

280 "status": "status"391 "status": "status"

281 }392 }

282 ],393 ],


328 439 

329### Returns440### Returns

330 441 

331- `Project object { id, created_at, object, 4 more }`442- `Project object { id, created_at, object, 5 more }`

332 443 

333 Represents an individual project.444 Represents an individual project.

334 445 


358 469 

359 The name of the project. This appears in reporting.470 The name of the project. This appears in reporting.

360 471 

472 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

473 

474 The residency configuration for the project.

475 

476 - `"GLOBAL"`

477 

478 - `"US_STORAGE_PROCESSING"`

479 

480 - `"EU_STORAGE_PROCESSING"`

481 

482 - `"JP_STORAGE"`

483 

484 - `"KR_STORAGE"`

485 

486 - `"CA_STORAGE"`

487 

488 - `"SG_STORAGE"`

489 

490 - `"IN_STORAGE"`

491 

492 - `"AU_STORAGE"`

493 

494 - `"GB_STORAGE"`

495 

496 - `"AE_STORAGE"`

497 

498 - `"AE_STORAGE_PROCESSING"`

499 

361 - `status: optional string or null`500 - `status: optional string or null`

362 501 

363 `active` or `archived`502 `active` or `archived`


379 "archived_at": 0,518 "archived_at": 0,

380 "external_key_id": "external_key_id",519 "external_key_id": "external_key_id",

381 "name": "name",520 "name": "name",

521 "residency": "GLOBAL",

382 "status": "status"522 "status": "status"

383}523}

384```524```


420 560 

421 External key ID to associate with the project.561 External key ID to associate with the project.

422 562 

423- `geography: optional string or null`

424 

425 Geography for the project.

426 

427- `name: optional string or null`563- `name: optional string or null`

428 564 

429 The updated name of the project, this name appears in reports.565 The updated name of the project, this name appears in reports.

430 566 

431### Returns567### Returns

432 568 

433- `Project object { id, created_at, object, 4 more }`569- `Project object { id, created_at, object, 5 more }`

434 570 

435 Represents an individual project.571 Represents an individual project.

436 572 


460 596 

461 The name of the project. This appears in reporting.597 The name of the project. This appears in reporting.

462 598 

599 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

600 

601 The residency configuration for the project.

602 

603 - `"GLOBAL"`

604 

605 - `"US_STORAGE_PROCESSING"`

606 

607 - `"EU_STORAGE_PROCESSING"`

608 

609 - `"JP_STORAGE"`

610 

611 - `"KR_STORAGE"`

612 

613 - `"CA_STORAGE"`

614 

615 - `"SG_STORAGE"`

616 

617 - `"IN_STORAGE"`

618 

619 - `"AU_STORAGE"`

620 

621 - `"GB_STORAGE"`

622 

623 - `"AE_STORAGE"`

624 

625 - `"AE_STORAGE_PROCESSING"`

626 

463 - `status: optional string or null`627 - `status: optional string or null`

464 628 

465 `active` or `archived`629 `active` or `archived`


483 "archived_at": 0,647 "archived_at": 0,

484 "external_key_id": "external_key_id",648 "external_key_id": "external_key_id",

485 "name": "name",649 "name": "name",

650 "residency": "GLOBAL",

486 "status": "status"651 "status": "status"

487}652}

488```653```


502 667 

503### Project668### Project

504 669 

505- `Project object { id, created_at, object, 4 more }`670- `Project object { id, created_at, object, 5 more }`

506 671 

507 Represents an individual project.672 Represents an individual project.

508 673 


532 697 

533 The name of the project. This appears in reporting.698 The name of the project. This appears in reporting.

534 699 

700 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

701 

702 The residency configuration for the project.

703 

704 - `"GLOBAL"`

705 

706 - `"US_STORAGE_PROCESSING"`

707 

708 - `"EU_STORAGE_PROCESSING"`

709 

710 - `"JP_STORAGE"`

711 

712 - `"KR_STORAGE"`

713 

714 - `"CA_STORAGE"`

715 

716 - `"SG_STORAGE"`

717 

718 - `"IN_STORAGE"`

719 

720 - `"AU_STORAGE"`

721 

722 - `"GB_STORAGE"`

723 

724 - `"AE_STORAGE"`

725 

726 - `"AE_STORAGE_PROCESSING"`

727 

535 - `status: optional string or null`728 - `status: optional string or null`

536 729 

537 `active` or `archived`730 `active` or `archived`

Details

10 10 

11### Returns11### Returns

12 12 

13- `Project object { id, created_at, object, 4 more }`13- `Project object { id, created_at, object, 5 more }`

14 14 

15 Represents an individual project.15 Represents an individual project.

16 16 


40 40 

41 The name of the project. This appears in reporting.41 The name of the project. This appears in reporting.

42 42 

43 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

44 

45 The residency configuration for the project.

46 

47 - `"GLOBAL"`

48 

49 - `"US_STORAGE_PROCESSING"`

50 

51 - `"EU_STORAGE_PROCESSING"`

52 

53 - `"JP_STORAGE"`

54 

55 - `"KR_STORAGE"`

56 

57 - `"CA_STORAGE"`

58 

59 - `"SG_STORAGE"`

60 

61 - `"IN_STORAGE"`

62 

63 - `"AU_STORAGE"`

64 

65 - `"GB_STORAGE"`

66 

67 - `"AE_STORAGE"`

68 

69 - `"AE_STORAGE_PROCESSING"`

70 

43 - `status: optional string or null`71 - `status: optional string or null`

44 72 

45 `active` or `archived`73 `active` or `archived`


62 "archived_at": 0,90 "archived_at": 0,

63 "external_key_id": "external_key_id",91 "external_key_id": "external_key_id",

64 "name": "name",92 "name": "name",

93 "residency": "GLOBAL",

65 "status": "status"94 "status": "status"

66}95}

67```96```

Details

14 14 

15 External key ID to associate with the project.15 External key ID to associate with the project.

16 16 

17- `geography: optional string or null`17- `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more or null`

18 18 

19 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.19 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.

20 

21 - `"GLOBAL"`

22 

23 - `"US_STORAGE_PROCESSING"`

24 

25 - `"EU_STORAGE_PROCESSING"`

26 

27 - `"JP_STORAGE"`

28 

29 - `"KR_STORAGE"`

30 

31 - `"CA_STORAGE"`

32 

33 - `"SG_STORAGE"`

34 

35 - `"IN_STORAGE"`

36 

37 - `"AU_STORAGE"`

38 

39 - `"GB_STORAGE"`

40 

41 - `"AE_STORAGE"`

42 

43 - `"AE_STORAGE_PROCESSING"`

20 44 

21### Returns45### Returns

22 46 

23- `Project object { id, created_at, object, 4 more }`47- `Project object { id, created_at, object, 5 more }`

24 48 

25 Represents an individual project.49 Represents an individual project.

26 50 


50 74 

51 The name of the project. This appears in reporting.75 The name of the project. This appears in reporting.

52 76 

77 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

78 

79 The residency configuration for the project.

80 

81 - `"GLOBAL"`

82 

83 - `"US_STORAGE_PROCESSING"`

84 

85 - `"EU_STORAGE_PROCESSING"`

86 

87 - `"JP_STORAGE"`

88 

89 - `"KR_STORAGE"`

90 

91 - `"CA_STORAGE"`

92 

93 - `"SG_STORAGE"`

94 

95 - `"IN_STORAGE"`

96 

97 - `"AU_STORAGE"`

98 

99 - `"GB_STORAGE"`

100 

101 - `"AE_STORAGE"`

102 

103 - `"AE_STORAGE_PROCESSING"`

104 

53 - `status: optional string or null`105 - `status: optional string or null`

54 106 

55 `active` or `archived`107 `active` or `archived`


75 "archived_at": 0,127 "archived_at": 0,

76 "external_key_id": "external_key_id",128 "external_key_id": "external_key_id",

77 "name": "name",129 "name": "name",

130 "residency": "GLOBAL",

78 "status": "status"131 "status": "status"

79}132}

80```133```

Details

48 48 

49 The name of the project. This appears in reporting.49 The name of the project. This appears in reporting.

50 50 

51 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

52 

53 The residency configuration for the project.

54 

55 - `"GLOBAL"`

56 

57 - `"US_STORAGE_PROCESSING"`

58 

59 - `"EU_STORAGE_PROCESSING"`

60 

61 - `"JP_STORAGE"`

62 

63 - `"KR_STORAGE"`

64 

65 - `"CA_STORAGE"`

66 

67 - `"SG_STORAGE"`

68 

69 - `"IN_STORAGE"`

70 

71 - `"AU_STORAGE"`

72 

73 - `"GB_STORAGE"`

74 

75 - `"AE_STORAGE"`

76 

77 - `"AE_STORAGE_PROCESSING"`

78 

51 - `status: optional string or null`79 - `status: optional string or null`

52 80 

53 `active` or `archived`81 `active` or `archived`


81 "archived_at": 0,109 "archived_at": 0,

82 "external_key_id": "external_key_id",110 "external_key_id": "external_key_id",

83 "name": "name",111 "name": "name",

112 "residency": "GLOBAL",

84 "status": "status"113 "status": "status"

85 }114 }

86 ],115 ],

Details

10 10 

11### Returns11### Returns

12 12 

13- `Project object { id, created_at, object, 4 more }`13- `Project object { id, created_at, object, 5 more }`

14 14 

15 Represents an individual project.15 Represents an individual project.

16 16 


40 40 

41 The name of the project. This appears in reporting.41 The name of the project. This appears in reporting.

42 42 

43 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

44 

45 The residency configuration for the project.

46 

47 - `"GLOBAL"`

48 

49 - `"US_STORAGE_PROCESSING"`

50 

51 - `"EU_STORAGE_PROCESSING"`

52 

53 - `"JP_STORAGE"`

54 

55 - `"KR_STORAGE"`

56 

57 - `"CA_STORAGE"`

58 

59 - `"SG_STORAGE"`

60 

61 - `"IN_STORAGE"`

62 

63 - `"AU_STORAGE"`

64 

65 - `"GB_STORAGE"`

66 

67 - `"AE_STORAGE"`

68 

69 - `"AE_STORAGE_PROCESSING"`

70 

43 - `status: optional string or null`71 - `status: optional string or null`

44 72 

45 `active` or `archived`73 `active` or `archived`


61 "archived_at": 0,89 "archived_at": 0,

62 "external_key_id": "external_key_id",90 "external_key_id": "external_key_id",

63 "name": "name",91 "name": "name",

92 "residency": "GLOBAL",

64 "status": "status"93 "status": "status"

65}94}

66```95```

Details

14 14 

15 External key ID to associate with the project.15 External key ID to associate with the project.

16 16 

17- `geography: optional string or null`

18 

19 Geography for the project.

20 

21- `name: optional string or null`17- `name: optional string or null`

22 18 

23 The updated name of the project, this name appears in reports.19 The updated name of the project, this name appears in reports.

24 20 

25### Returns21### Returns

26 22 

27- `Project object { id, created_at, object, 4 more }`23- `Project object { id, created_at, object, 5 more }`

28 24 

29 Represents an individual project.25 Represents an individual project.

30 26 


54 50 

55 The name of the project. This appears in reporting.51 The name of the project. This appears in reporting.

56 52 

53 - `residency: optional "GLOBAL" or "US_STORAGE_PROCESSING" or "EU_STORAGE_PROCESSING" or 9 more`

54 

55 The residency configuration for the project.

56 

57 - `"GLOBAL"`

58 

59 - `"US_STORAGE_PROCESSING"`

60 

61 - `"EU_STORAGE_PROCESSING"`

62 

63 - `"JP_STORAGE"`

64 

65 - `"KR_STORAGE"`

66 

67 - `"CA_STORAGE"`

68 

69 - `"SG_STORAGE"`

70 

71 - `"IN_STORAGE"`

72 

73 - `"AU_STORAGE"`

74 

75 - `"GB_STORAGE"`

76 

77 - `"AE_STORAGE"`

78 

79 - `"AE_STORAGE_PROCESSING"`

80 

57 - `status: optional string or null`81 - `status: optional string or null`

58 82 

59 `active` or `archived`83 `active` or `archived`


77 "archived_at": 0,101 "archived_at": 0,

78 "external_key_id": "external_key_id",102 "external_key_id": "external_key_id",

79 "name": "name",103 "name": "name",

104 "residency": "GLOBAL",

80 "status": "status"105 "status": "status"

81}106}

82```107```

Details

434 434 

435 When `group_by=user_id`, this field provides the user ID of the grouped usage result.435 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

436 436 

437 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`437 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

438 438 

439 The aggregated costs details of the specific time bucket.439 The aggregated costs details of the specific time bucket.

440 440 


470 470 

471 When `group_by=line_item`, this field provides the quantity of the grouped costs result.471 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

472 472 

473 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

474 

475 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

476 

477 - `string`

478 

479 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

480 

481 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

482 

483 - `"tokens"`

484 

485 - `"1000_tokens"`

486 

487 - `"duration_seconds"`

488 

489 - `"duration_minutes"`

490 

491 - `"duration_hours"`

492 

493 - `"gibibyte_hours"`

494 

495 - `"images"`

496 

497 - `"characters"`

498 

473 - `start_time: number`499 - `start_time: number`

474 500 

475- `has_more: boolean`501- `has_more: boolean`


1000 1026 

1001 When `group_by=user_id`, this field provides the user ID of the grouped usage result.1027 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

1002 1028 

1003 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`1029 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

1004 1030 

1005 The aggregated costs details of the specific time bucket.1031 The aggregated costs details of the specific time bucket.

1006 1032 


1036 1062 

1037 When `group_by=line_item`, this field provides the quantity of the grouped costs result.1063 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

1038 1064 

1065 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

1066 

1067 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

1068 

1069 - `string`

1070 

1071 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

1072 

1073 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

1074 

1075 - `"tokens"`

1076 

1077 - `"1000_tokens"`

1078 

1079 - `"duration_seconds"`

1080 

1081 - `"duration_minutes"`

1082 

1083 - `"duration_hours"`

1084 

1085 - `"gibibyte_hours"`

1086 

1087 - `"images"`

1088 

1089 - `"characters"`

1090 

1039 - `start_time: number`1091 - `start_time: number`

1040 1092 

1041- `has_more: boolean`1093- `has_more: boolean`


1548 1600 

1549 When `group_by=user_id`, this field provides the user ID of the grouped usage result.1601 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

1550 1602 

1551 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`1603 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

1552 1604 

1553 The aggregated costs details of the specific time bucket.1605 The aggregated costs details of the specific time bucket.

1554 1606 


1584 1636 

1585 When `group_by=line_item`, this field provides the quantity of the grouped costs result.1637 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

1586 1638 

1639 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

1640 

1641 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

1642 

1643 - `string`

1644 

1645 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

1646 

1647 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

1648 

1649 - `"tokens"`

1650 

1651 - `"1000_tokens"`

1652 

1653 - `"duration_seconds"`

1654 

1655 - `"duration_minutes"`

1656 

1657 - `"duration_hours"`

1658 

1659 - `"gibibyte_hours"`

1660 

1661 - `"images"`

1662 

1663 - `"characters"`

1664 

1587 - `start_time: number`1665 - `start_time: number`

1588 1666 

1589- `has_more: boolean`1667- `has_more: boolean`


2118 2196 

2119 When `group_by=user_id`, this field provides the user ID of the grouped usage result.2197 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

2120 2198 

2121 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`2199 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

2122 2200 

2123 The aggregated costs details of the specific time bucket.2201 The aggregated costs details of the specific time bucket.

2124 2202 


2154 2232 

2155 When `group_by=line_item`, this field provides the quantity of the grouped costs result.2233 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

2156 2234 

2235 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

2236 

2237 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

2238 

2239 - `string`

2240 

2241 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

2242 

2243 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

2244 

2245 - `"tokens"`

2246 

2247 - `"1000_tokens"`

2248 

2249 - `"duration_seconds"`

2250 

2251 - `"duration_minutes"`

2252 

2253 - `"duration_hours"`

2254 

2255 - `"gibibyte_hours"`

2256 

2257 - `"images"`

2258 

2259 - `"characters"`

2260 

2157 - `start_time: number`2261 - `start_time: number`

2158 2262 

2159- `has_more: boolean`2263- `has_more: boolean`


2681 2785 

2682 When `group_by=user_id`, this field provides the user ID of the grouped usage result.2786 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

2683 2787 

2684 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`2788 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

2685 2789 

2686 The aggregated costs details of the specific time bucket.2790 The aggregated costs details of the specific time bucket.

2687 2791 


2717 2821 

2718 When `group_by=line_item`, this field provides the quantity of the grouped costs result.2822 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

2719 2823 

2824 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

2825 

2826 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

2827 

2828 - `string`

2829 

2830 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

2831 

2832 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

2833 

2834 - `"tokens"`

2835 

2836 - `"1000_tokens"`

2837 

2838 - `"duration_seconds"`

2839 

2840 - `"duration_minutes"`

2841 

2842 - `"duration_hours"`

2843 

2844 - `"gibibyte_hours"`

2845 

2846 - `"images"`

2847 

2848 - `"characters"`

2849 

2720 - `start_time: number`2850 - `start_time: number`

2721 2851 

2722- `has_more: boolean`2852- `has_more: boolean`


2805 "line_item": null,2935 "line_item": null,

2806 "project_id": null,2936 "project_id": null,

2807 "api_key_id": null,2937 "api_key_id": null,

2808 "quantity": null2938 "quantity": null,

2939 "quantity_unit": null

2809 }2940 }

2810 ]2941 ]

2811 }2942 }


3249 3380 

3250 When `group_by=user_id`, this field provides the user ID of the grouped usage result.3381 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

3251 3382 

3252 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`3383 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

3253 3384 

3254 The aggregated costs details of the specific time bucket.3385 The aggregated costs details of the specific time bucket.

3255 3386 


3285 3416 

3286 When `group_by=line_item`, this field provides the quantity of the grouped costs result.3417 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

3287 3418 

3419 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

3420 

3421 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

3422 

3423 - `string`

3424 

3425 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

3426 

3427 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

3428 

3429 - `"tokens"`

3430 

3431 - `"1000_tokens"`

3432 

3433 - `"duration_seconds"`

3434 

3435 - `"duration_minutes"`

3436 

3437 - `"duration_hours"`

3438 

3439 - `"gibibyte_hours"`

3440 

3441 - `"images"`

3442 

3443 - `"characters"`

3444 

3288 - `start_time: number`3445 - `start_time: number`

3289 3446 

3290- `has_more: boolean`3447- `has_more: boolean`


3815 3972 

3816 When `group_by=user_id`, this field provides the user ID of the grouped usage result.3973 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

3817 3974 

3818 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`3975 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

3819 3976 

3820 The aggregated costs details of the specific time bucket.3977 The aggregated costs details of the specific time bucket.

3821 3978 


3851 4008 

3852 When `group_by=line_item`, this field provides the quantity of the grouped costs result.4009 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

3853 4010 

4011 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

4012 

4013 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

4014 

4015 - `string`

4016 

4017 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

4018 

4019 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

4020 

4021 - `"tokens"`

4022 

4023 - `"1000_tokens"`

4024 

4025 - `"duration_seconds"`

4026 

4027 - `"duration_minutes"`

4028 

4029 - `"duration_hours"`

4030 

4031 - `"gibibyte_hours"`

4032 

4033 - `"images"`

4034 

4035 - `"characters"`

4036 

3854 - `start_time: number`4037 - `start_time: number`

3855 4038 

3856- `has_more: boolean`4039- `has_more: boolean`


4408 4591 

4409 When `group_by=user_id`, this field provides the user ID of the grouped usage result.4592 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

4410 4593 

4411 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`4594 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

4412 4595 

4413 The aggregated costs details of the specific time bucket.4596 The aggregated costs details of the specific time bucket.

4414 4597 


4444 4627 

4445 When `group_by=line_item`, this field provides the quantity of the grouped costs result.4628 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

4446 4629 

4630 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

4631 

4632 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

4633 

4634 - `string`

4635 

4636 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

4637 

4638 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

4639 

4640 - `"tokens"`

4641 

4642 - `"1000_tokens"`

4643 

4644 - `"duration_seconds"`

4645 

4646 - `"duration_minutes"`

4647 

4648 - `"duration_hours"`

4649 

4650 - `"gibibyte_hours"`

4651 

4652 - `"images"`

4653 

4654 - `"characters"`

4655 

4447 - `start_time: number`4656 - `start_time: number`

4448 4657 

4449- `has_more: boolean`4658- `has_more: boolean`


4976 5185 

4977 When `group_by=user_id`, this field provides the user ID of the grouped usage result.5186 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

4978 5187 

4979 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`5188 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

4980 5189 

4981 The aggregated costs details of the specific time bucket.5190 The aggregated costs details of the specific time bucket.

4982 5191 


5012 5221 

5013 When `group_by=line_item`, this field provides the quantity of the grouped costs result.5222 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

5014 5223 

5224 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

5225 

5226 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

5227 

5228 - `string`

5229 

5230 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

5231 

5232 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

5233 

5234 - `"tokens"`

5235 

5236 - `"1000_tokens"`

5237 

5238 - `"duration_seconds"`

5239 

5240 - `"duration_minutes"`

5241 

5242 - `"duration_hours"`

5243 

5244 - `"gibibyte_hours"`

5245 

5246 - `"images"`

5247 

5248 - `"characters"`

5249 

5015 - `start_time: number`5250 - `start_time: number`

5016 5251 

5017- `has_more: boolean`5252- `has_more: boolean`


5524 5759 

5525 When `group_by=user_id`, this field provides the user ID of the grouped usage result.5760 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

5526 5761 

5527 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`5762 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

5528 5763 

5529 The aggregated costs details of the specific time bucket.5764 The aggregated costs details of the specific time bucket.

5530 5765 


5560 5795 

5561 When `group_by=line_item`, this field provides the quantity of the grouped costs result.5796 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

5562 5797 

5798 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

5799 

5800 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

5801 

5802 - `string`

5803 

5804 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

5805 

5806 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

5807 

5808 - `"tokens"`

5809 

5810 - `"1000_tokens"`

5811 

5812 - `"duration_seconds"`

5813 

5814 - `"duration_minutes"`

5815 

5816 - `"duration_hours"`

5817 

5818 - `"gibibyte_hours"`

5819 

5820 - `"images"`

5821 

5822 - `"characters"`

5823 

5563 - `start_time: number`5824 - `start_time: number`

5564 5825 

5565- `has_more: boolean`5826- `has_more: boolean`


6098 6359 

6099 When `group_by=user_id`, this field provides the user ID of the grouped usage result.6360 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

6100 6361 

6101 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`6362 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

6102 6363 

6103 The aggregated costs details of the specific time bucket.6364 The aggregated costs details of the specific time bucket.

6104 6365 


6134 6395 

6135 When `group_by=line_item`, this field provides the quantity of the grouped costs result.6396 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

6136 6397 

6398 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

6399 

6400 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

6401 

6402 - `string`

6403 

6404 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

6405 

6406 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

6407 

6408 - `"tokens"`

6409 

6410 - `"1000_tokens"`

6411 

6412 - `"duration_seconds"`

6413 

6414 - `"duration_minutes"`

6415 

6416 - `"duration_hours"`

6417 

6418 - `"gibibyte_hours"`

6419 

6420 - `"images"`

6421 

6422 - `"characters"`

6423 

6137 - `start_time: number`6424 - `start_time: number`

6138 6425 

6139- `has_more: boolean`6426- `has_more: boolean`


6603 6890 

6604 When `group_by=user_id`, this field provides the user ID of the grouped usage result.6891 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

6605 6892 

6606 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`6893 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

6607 6894 

6608 The aggregated costs details of the specific time bucket.6895 The aggregated costs details of the specific time bucket.

6609 6896 


6639 6926 

6640 When `group_by=line_item`, this field provides the quantity of the grouped costs result.6927 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

6641 6928 

6929 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

6930 

6931 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

6932 

6933 - `string`

6934 

6935 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

6936 

6937 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

6938 

6939 - `"tokens"`

6940 

6941 - `"1000_tokens"`

6942 

6943 - `"duration_seconds"`

6944 

6945 - `"duration_minutes"`

6946 

6947 - `"duration_hours"`

6948 

6949 - `"gibibyte_hours"`

6950 

6951 - `"images"`

6952 

6953 - `"characters"`

6954 

6642 - `start_time: number`6955 - `start_time: number`

6643 6956 

6644 - `has_more: boolean`6957 - `has_more: boolean`


7019 7332 

7020 When `group_by=user_id`, this field provides the user ID of the grouped usage result.7333 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

7021 7334 

7022 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`7335 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

7023 7336 

7024 The aggregated costs details of the specific time bucket.7337 The aggregated costs details of the specific time bucket.

7025 7338 


7055 7368 

7056 When `group_by=line_item`, this field provides the quantity of the grouped costs result.7369 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

7057 7370 

7371 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

7372 

7373 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

7374 

7375 - `string`

7376 

7377 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

7378 

7379 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

7380 

7381 - `"tokens"`

7382 

7383 - `"1000_tokens"`

7384 

7385 - `"duration_seconds"`

7386 

7387 - `"duration_minutes"`

7388 

7389 - `"duration_hours"`

7390 

7391 - `"gibibyte_hours"`

7392 

7393 - `"images"`

7394 

7395 - `"characters"`

7396 

7058 - `start_time: number`7397 - `start_time: number`

7059 7398 

7060 - `has_more: boolean`7399 - `has_more: boolean`


7435 7774 

7436 When `group_by=user_id`, this field provides the user ID of the grouped usage result.7775 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

7437 7776 

7438 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`7777 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

7439 7778 

7440 The aggregated costs details of the specific time bucket.7779 The aggregated costs details of the specific time bucket.

7441 7780 


7471 7810 

7472 When `group_by=line_item`, this field provides the quantity of the grouped costs result.7811 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

7473 7812 

7813 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

7814 

7815 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

7816 

7817 - `string`

7818 

7819 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

7820 

7821 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

7822 

7823 - `"tokens"`

7824 

7825 - `"1000_tokens"`

7826 

7827 - `"duration_seconds"`

7828 

7829 - `"duration_minutes"`

7830 

7831 - `"duration_hours"`

7832 

7833 - `"gibibyte_hours"`

7834 

7835 - `"images"`

7836 

7837 - `"characters"`

7838 

7474 - `start_time: number`7839 - `start_time: number`

7475 7840 

7476 - `has_more: boolean`7841 - `has_more: boolean`


7851 8216 

7852 When `group_by=user_id`, this field provides the user ID of the grouped usage result.8217 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

7853 8218 

7854 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`8219 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

7855 8220 

7856 The aggregated costs details of the specific time bucket.8221 The aggregated costs details of the specific time bucket.

7857 8222 


7887 8252 

7888 When `group_by=line_item`, this field provides the quantity of the grouped costs result.8253 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

7889 8254 

8255 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

8256 

8257 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

8258 

8259 - `string`

8260 

8261 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

8262 

8263 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

8264 

8265 - `"tokens"`

8266 

8267 - `"1000_tokens"`

8268 

8269 - `"duration_seconds"`

8270 

8271 - `"duration_minutes"`

8272 

8273 - `"duration_hours"`

8274 

8275 - `"gibibyte_hours"`

8276 

8277 - `"images"`

8278 

8279 - `"characters"`

8280 

7890 - `start_time: number`8281 - `start_time: number`

7891 8282 

7892 - `has_more: boolean`8283 - `has_more: boolean`


8267 8658 

8268 When `group_by=user_id`, this field provides the user ID of the grouped usage result.8659 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

8269 8660 

8270 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`8661 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

8271 8662 

8272 The aggregated costs details of the specific time bucket.8663 The aggregated costs details of the specific time bucket.

8273 8664 


8303 8694 

8304 When `group_by=line_item`, this field provides the quantity of the grouped costs result.8695 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

8305 8696 

8697 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

8698 

8699 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

8700 

8701 - `string`

8702 

8703 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

8704 

8705 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

8706 

8707 - `"tokens"`

8708 

8709 - `"1000_tokens"`

8710 

8711 - `"duration_seconds"`

8712 

8713 - `"duration_minutes"`

8714 

8715 - `"duration_hours"`

8716 

8717 - `"gibibyte_hours"`

8718 

8719 - `"images"`

8720 

8721 - `"characters"`

8722 

8306 - `start_time: number`8723 - `start_time: number`

8307 8724 

8308 - `has_more: boolean`8725 - `has_more: boolean`


8683 9100 

8684 When `group_by=user_id`, this field provides the user ID of the grouped usage result.9101 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

8685 9102 

8686 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`9103 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

8687 9104 

8688 The aggregated costs details of the specific time bucket.9105 The aggregated costs details of the specific time bucket.

8689 9106 


8719 9136 

8720 When `group_by=line_item`, this field provides the quantity of the grouped costs result.9137 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

8721 9138 

9139 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

9140 

9141 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

9142 

9143 - `string`

9144 

9145 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

9146 

9147 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

9148 

9149 - `"tokens"`

9150 

9151 - `"1000_tokens"`

9152 

9153 - `"duration_seconds"`

9154 

9155 - `"duration_minutes"`

9156 

9157 - `"duration_hours"`

9158 

9159 - `"gibibyte_hours"`

9160 

9161 - `"images"`

9162 

9163 - `"characters"`

9164 

8722 - `start_time: number`9165 - `start_time: number`

8723 9166 

8724 - `has_more: boolean`9167 - `has_more: boolean`


9099 9542 

9100 When `group_by=user_id`, this field provides the user ID of the grouped usage result.9543 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

9101 9544 

9102 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`9545 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

9103 9546 

9104 The aggregated costs details of the specific time bucket.9547 The aggregated costs details of the specific time bucket.

9105 9548 


9135 9578 

9136 When `group_by=line_item`, this field provides the quantity of the grouped costs result.9579 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

9137 9580 

9581 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

9582 

9583 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

9584 

9585 - `string`

9586 

9587 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

9588 

9589 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

9590 

9591 - `"tokens"`

9592 

9593 - `"1000_tokens"`

9594 

9595 - `"duration_seconds"`

9596 

9597 - `"duration_minutes"`

9598 

9599 - `"duration_hours"`

9600 

9601 - `"gibibyte_hours"`

9602 

9603 - `"images"`

9604 

9605 - `"characters"`

9606 

9138 - `start_time: number`9607 - `start_time: number`

9139 9608 

9140 - `has_more: boolean`9609 - `has_more: boolean`


9515 9984 

9516 When `group_by=user_id`, this field provides the user ID of the grouped usage result.9985 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

9517 9986 

9518 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`9987 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

9519 9988 

9520 The aggregated costs details of the specific time bucket.9989 The aggregated costs details of the specific time bucket.

9521 9990 


9551 10020 

9552 When `group_by=line_item`, this field provides the quantity of the grouped costs result.10021 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

9553 10022 

10023 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

10024 

10025 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

10026 

10027 - `string`

10028 

10029 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

10030 

10031 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

10032 

10033 - `"tokens"`

10034 

10035 - `"1000_tokens"`

10036 

10037 - `"duration_seconds"`

10038 

10039 - `"duration_minutes"`

10040 

10041 - `"duration_hours"`

10042 

10043 - `"gibibyte_hours"`

10044 

10045 - `"images"`

10046 

10047 - `"characters"`

10048 

9554 - `start_time: number`10049 - `start_time: number`

9555 10050 

9556 - `has_more: boolean`10051 - `has_more: boolean`


9931 10426 

9932 When `group_by=user_id`, this field provides the user ID of the grouped usage result.10427 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

9933 10428 

9934 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`10429 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

9935 10430 

9936 The aggregated costs details of the specific time bucket.10431 The aggregated costs details of the specific time bucket.

9937 10432 


9967 10462 

9968 When `group_by=line_item`, this field provides the quantity of the grouped costs result.10463 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

9969 10464 

10465 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

10466 

10467 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

10468 

10469 - `string`

10470 

10471 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

10472 

10473 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

10474 

10475 - `"tokens"`

10476 

10477 - `"1000_tokens"`

10478 

10479 - `"duration_seconds"`

10480 

10481 - `"duration_minutes"`

10482 

10483 - `"duration_hours"`

10484 

10485 - `"gibibyte_hours"`

10486 

10487 - `"images"`

10488 

10489 - `"characters"`

10490 

9970 - `start_time: number`10491 - `start_time: number`

9971 10492 

9972 - `has_more: boolean`10493 - `has_more: boolean`


10347 10868 

10348 When `group_by=user_id`, this field provides the user ID of the grouped usage result.10869 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

10349 10870 

10350 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`10871 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

10351 10872 

10352 The aggregated costs details of the specific time bucket.10873 The aggregated costs details of the specific time bucket.

10353 10874 


10383 10904 

10384 When `group_by=line_item`, this field provides the quantity of the grouped costs result.10905 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

10385 10906 

10907 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

10908 

10909 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

10910 

10911 - `string`

10912 

10913 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

10914 

10915 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

10916 

10917 - `"tokens"`

10918 

10919 - `"1000_tokens"`

10920 

10921 - `"duration_seconds"`

10922 

10923 - `"duration_minutes"`

10924 

10925 - `"duration_hours"`

10926 

10927 - `"gibibyte_hours"`

10928 

10929 - `"images"`

10930 

10931 - `"characters"`

10932 

10386 - `start_time: number`10933 - `start_time: number`

10387 10934 

10388 - `has_more: boolean`10935 - `has_more: boolean`


10763 11310 

10764 When `group_by=user_id`, this field provides the user ID of the grouped usage result.11311 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

10765 11312 

10766 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`11313 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

10767 11314 

10768 The aggregated costs details of the specific time bucket.11315 The aggregated costs details of the specific time bucket.

10769 11316 


10799 11346 

10800 When `group_by=line_item`, this field provides the quantity of the grouped costs result.11347 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

10801 11348 

11349 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

11350 

11351 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

11352 

11353 - `string`

11354 

11355 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

11356 

11357 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

11358 

11359 - `"tokens"`

11360 

11361 - `"1000_tokens"`

11362 

11363 - `"duration_seconds"`

11364 

11365 - `"duration_minutes"`

11366 

11367 - `"duration_hours"`

11368 

11369 - `"gibibyte_hours"`

11370 

11371 - `"images"`

11372 

11373 - `"characters"`

11374 

10802 - `start_time: number`11375 - `start_time: number`

10803 11376 

10804 - `has_more: boolean`11377 - `has_more: boolean`

Details

432 432 

433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

434 434 

435 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`435 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

436 436 

437 The aggregated costs details of the specific time bucket.437 The aggregated costs details of the specific time bucket.

438 438 


468 468 

469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

470 470 

471 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

472 

473 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

474 

475 - `string`

476 

477 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

478 

479 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

480 

481 - `"tokens"`

482 

483 - `"1000_tokens"`

484 

485 - `"duration_seconds"`

486 

487 - `"duration_minutes"`

488 

489 - `"duration_hours"`

490 

491 - `"gibibyte_hours"`

492 

493 - `"images"`

494 

495 - `"characters"`

496 

471 - `start_time: number`497 - `start_time: number`

472 498 

473- `has_more: boolean`499- `has_more: boolean`

Details

432 432 

433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

434 434 

435 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`435 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

436 436 

437 The aggregated costs details of the specific time bucket.437 The aggregated costs details of the specific time bucket.

438 438 


468 468 

469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

470 470 

471 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

472 

473 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

474 

475 - `string`

476 

477 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

478 

479 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

480 

481 - `"tokens"`

482 

483 - `"1000_tokens"`

484 

485 - `"duration_seconds"`

486 

487 - `"duration_minutes"`

488 

489 - `"duration_hours"`

490 

491 - `"gibibyte_hours"`

492 

493 - `"images"`

494 

495 - `"characters"`

496 

471 - `start_time: number`497 - `start_time: number`

472 498 

473- `has_more: boolean`499- `has_more: boolean`

Details

414 414 

415 When `group_by=user_id`, this field provides the user ID of the grouped usage result.415 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

416 416 

417 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`417 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

418 418 

419 The aggregated costs details of the specific time bucket.419 The aggregated costs details of the specific time bucket.

420 420 


450 450 

451 When `group_by=line_item`, this field provides the quantity of the grouped costs result.451 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

452 452 

453 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

454 

455 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

456 

457 - `string`

458 

459 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

460 

461 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

462 

463 - `"tokens"`

464 

465 - `"1000_tokens"`

466 

467 - `"duration_seconds"`

468 

469 - `"duration_minutes"`

470 

471 - `"duration_hours"`

472 

473 - `"gibibyte_hours"`

474 

475 - `"images"`

476 

477 - `"characters"`

478 

453 - `start_time: number`479 - `start_time: number`

454 480 

455- `has_more: boolean`481- `has_more: boolean`

Details

440 440 

441 When `group_by=user_id`, this field provides the user ID of the grouped usage result.441 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

442 442 

443 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`443 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

444 444 

445 The aggregated costs details of the specific time bucket.445 The aggregated costs details of the specific time bucket.

446 446 


476 476 

477 When `group_by=line_item`, this field provides the quantity of the grouped costs result.477 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

478 478 

479 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

480 

481 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

482 

483 - `string`

484 

485 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

486 

487 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

488 

489 - `"tokens"`

490 

491 - `"1000_tokens"`

492 

493 - `"duration_seconds"`

494 

495 - `"duration_minutes"`

496 

497 - `"duration_hours"`

498 

499 - `"gibibyte_hours"`

500 

501 - `"images"`

502 

503 - `"characters"`

504 

479 - `start_time: number`505 - `start_time: number`

480 506 

481- `has_more: boolean`507- `has_more: boolean`

Details

414 414 

415 When `group_by=user_id`, this field provides the user ID of the grouped usage result.415 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

416 416 

417 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`417 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

418 418 

419 The aggregated costs details of the specific time bucket.419 The aggregated costs details of the specific time bucket.

420 420 


450 450 

451 When `group_by=line_item`, this field provides the quantity of the grouped costs result.451 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

452 452 

453 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

454 

455 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

456 

457 - `string`

458 

459 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

460 

461 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

462 

463 - `"tokens"`

464 

465 - `"1000_tokens"`

466 

467 - `"duration_seconds"`

468 

469 - `"duration_minutes"`

470 

471 - `"duration_hours"`

472 

473 - `"gibibyte_hours"`

474 

475 - `"images"`

476 

477 - `"characters"`

478 

453 - `start_time: number`479 - `start_time: number`

454 480 

455- `has_more: boolean`481- `has_more: boolean`


538 "line_item": null,564 "line_item": null,

539 "project_id": null,565 "project_id": null,

540 "api_key_id": null,566 "api_key_id": null,

541 "quantity": null567 "quantity": null,

568 "quantity_unit": null

542 }569 }

543 ]570 ]

544 }571 }

Details

432 432 

433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

434 434 

435 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`435 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

436 436 

437 The aggregated costs details of the specific time bucket.437 The aggregated costs details of the specific time bucket.

438 438 


468 468 

469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

470 470 

471 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

472 

473 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

474 

475 - `string`

476 

477 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

478 

479 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

480 

481 - `"tokens"`

482 

483 - `"1000_tokens"`

484 

485 - `"duration_seconds"`

486 

487 - `"duration_minutes"`

488 

489 - `"duration_hours"`

490 

491 - `"gibibyte_hours"`

492 

493 - `"images"`

494 

495 - `"characters"`

496 

471 - `start_time: number`497 - `start_time: number`

472 498 

473- `has_more: boolean`499- `has_more: boolean`

Details

432 432 

433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

434 434 

435 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`435 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

436 436 

437 The aggregated costs details of the specific time bucket.437 The aggregated costs details of the specific time bucket.

438 438 


468 468 

469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

470 470 

471 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

472 

473 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

474 

475 - `string`

476 

477 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

478 

479 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

480 

481 - `"tokens"`

482 

483 - `"1000_tokens"`

484 

485 - `"duration_seconds"`

486 

487 - `"duration_minutes"`

488 

489 - `"duration_hours"`

490 

491 - `"gibibyte_hours"`

492 

493 - `"images"`

494 

495 - `"characters"`

496 

471 - `start_time: number`497 - `start_time: number`

472 498 

473- `has_more: boolean`499- `has_more: boolean`

Details

460 460 

461 When `group_by=user_id`, this field provides the user ID of the grouped usage result.461 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

462 462 

463 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`463 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

464 464 

465 The aggregated costs details of the specific time bucket.465 The aggregated costs details of the specific time bucket.

466 466 


496 496 

497 When `group_by=line_item`, this field provides the quantity of the grouped costs result.497 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

498 498 

499 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

500 

501 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

502 

503 - `string`

504 

505 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

506 

507 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

508 

509 - `"tokens"`

510 

511 - `"1000_tokens"`

512 

513 - `"duration_seconds"`

514 

515 - `"duration_minutes"`

516 

517 - `"duration_hours"`

518 

519 - `"gibibyte_hours"`

520 

521 - `"images"`

522 

523 - `"characters"`

524 

499 - `start_time: number`525 - `start_time: number`

500 526 

501- `has_more: boolean`527- `has_more: boolean`

Details

432 432 

433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.433 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

434 434 

435 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`435 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

436 436 

437 The aggregated costs details of the specific time bucket.437 The aggregated costs details of the specific time bucket.

438 438 


468 468 

469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.469 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

470 470 

471 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

472 

473 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

474 

475 - `string`

476 

477 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

478 

479 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

480 

481 - `"tokens"`

482 

483 - `"1000_tokens"`

484 

485 - `"duration_seconds"`

486 

487 - `"duration_minutes"`

488 

489 - `"duration_hours"`

490 

491 - `"gibibyte_hours"`

492 

493 - `"images"`

494 

495 - `"characters"`

496 

471 - `start_time: number`497 - `start_time: number`

472 498 

473- `has_more: boolean`499- `has_more: boolean`

Details

414 414 

415 When `group_by=user_id`, this field provides the user ID of the grouped usage result.415 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

416 416 

417 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`417 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

418 418 

419 The aggregated costs details of the specific time bucket.419 The aggregated costs details of the specific time bucket.

420 420 


450 450 

451 When `group_by=line_item`, this field provides the quantity of the grouped costs result.451 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

452 452 

453 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

454 

455 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

456 

457 - `string`

458 

459 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

460 

461 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

462 

463 - `"tokens"`

464 

465 - `"1000_tokens"`

466 

467 - `"duration_seconds"`

468 

469 - `"duration_minutes"`

470 

471 - `"duration_hours"`

472 

473 - `"gibibyte_hours"`

474 

475 - `"images"`

476 

477 - `"characters"`

478 

453 - `start_time: number`479 - `start_time: number`

454 480 

455- `has_more: boolean`481- `has_more: boolean`

Details

444 444 

445 When `group_by=user_id`, this field provides the user ID of the grouped usage result.445 When `group_by=user_id`, this field provides the user ID of the grouped usage result.

446 446 

447 - `OrganizationCostsResult object { object, amount, api_key_id, 3 more }`447 - `OrganizationCostsResult object { object, amount, api_key_id, 4 more }`

448 448 

449 The aggregated costs details of the specific time bucket.449 The aggregated costs details of the specific time bucket.

450 450 


480 480 

481 When `group_by=line_item`, this field provides the quantity of the grouped costs result.481 When `group_by=line_item`, this field provides the quantity of the grouped costs result.

482 482 

483 - `quantity_unit: optional string or "tokens" or "1000_tokens" or "duration_seconds" or 5 more or null`

484 

485 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

486 

487 - `string`

488 

489 - `"tokens" or "1000_tokens" or "duration_seconds" or 5 more`

490 

491 The unit of the `quantity` value. If no single supported unit applies to the result, this field is `null`.

492 

493 - `"tokens"`

494 

495 - `"1000_tokens"`

496 

497 - `"duration_seconds"`

498 

499 - `"duration_minutes"`

500 

501 - `"duration_hours"`

502 

503 - `"gibibyte_hours"`

504 

505 - `"images"`

506 

507 - `"characters"`

508 

483 - `start_time: number`509 - `start_time: number`

484 510 

485- `has_more: boolean`511- `has_more: boolean`