get_project_id
Retrieve the organization's unique identifier (project ID) for constructing paths or references to shared resources. Cache the ID to optimize performance for multiple API calls.
Instructions
Retrieve the organization's unique identifier (project ID).
Returns:
str: The organization's unique identifier
Required for:
- Constructing paths or references to shared resources
Performance Tip:
Cache the returned ID when making multiple API calls.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No |