Skip to content

Latest commit

 

History

History
224 lines (149 loc) · 13.7 KB

api.md

File metadata and controls

224 lines (149 loc) · 13.7 KB

Health

Types:

from codex.types import HealthCheckResponse

Methods:

Organizations

Types:

from codex.types import (
    OrganizationSchemaPublic,
    OrganizationListMembersResponse,
    OrganizationRetrievePermissionsResponse,
)

Methods:

Billing

Types:

from codex.types.organizations import (
    OrganizationBillingInvoicesSchema,
    OrganizationBillingUsageSchema,
)

Methods:

CardDetails

Types:

from codex.types.organizations.billing import OrganizationBillingCardDetails

Methods:

SetupIntent

Types:

from codex.types.organizations.billing import OrganizationBillingSetupIntent

Methods:

PlanDetails

Types:

from codex.types.organizations.billing import OrganizationBillingPlanDetails

Methods:

Users

Methods:

Myself

Types:

from codex.types.users import UserSchema, UserSchemaPublic

Methods:

APIKey

Methods:

Organizations

Types:

from codex.types.users.myself import UserOrganizationsSchema

Methods:

Verification

Types:

from codex.types.users import VerificationResendResponse

Methods:

Projects

Types:

from codex.types import (
    ProjectReturnSchema,
    ProjectRetrieveResponse,
    ProjectListResponse,
    ProjectExportResponse,
    ProjectIncrementQueriesResponse,
    ProjectRetrieveAnalyticsResponse,
)

Methods:

AccessKeys

Types:

from codex.types.projects import (
    AccessKeySchema,
    AccessKeyListResponse,
    AccessKeyRetrieveProjectIDResponse,
)

Methods:

Entries

Types:

from codex.types.projects import Entry, EntryNotifySmeResponse, EntryQueryResponse

Methods:

Clusters

Types:

from codex.types.projects import ClusterListResponse, ClusterListVariantsResponse

Methods:

Tlm

Types:

from codex.types import TlmPromptResponse, TlmScoreResponse

Methods: