@seamapi/http - v1.102.0
    Preparing search index...

    Class SeamHttpSeamConsoleV1Timelines

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: {
            context_type?: "request" | "job";
            created_after?: Date;
            created_before?: Date;
            created_between?: [Date, Date];
            entry_types?: (
                | "event"
                | "resource_created"
                | "resource_updated"
                | "resource_deleted"
                | "provider_call"
                | "automation_run"
                | "webhook_processed"
            )[];
            limit?: number;
            page_cursor?: string;
            resource_id: string;
        }
        • Optionalcontext_type?: "request" | "job"

          Filter timeline entries by context type. 'request' for API requests, 'job' for background jobs.

        • Optionalcreated_after?: Date

          Timestamp by which to limit returned timeline entries. Returns entries created after this timestamp.

        • Optionalcreated_before?: Date

          Timestamp by which to limit returned timeline entries. Returns entries created before this timestamp.

        • Optionalcreated_between?: [Date, Date]

          Time range to filter timeline entries. Returns entries created between the two timestamps [start, end].

        • Optionalentry_types?: (
              | "event"
              | "resource_created"
              | "resource_updated"
              | "resource_deleted"
              | "provider_call"
              | "automation_run"
              | "webhook_processed"
          )[]

          Filter timeline entries by entry type. If not specified, all entry types are returned.

        • Optionallimit?: number

          Maximum number of timeline entry groups to return per page. Maximum 100.

        • Optionalpage_cursor?: string

          Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

        • resource_id: string

          ID of the resource to get timelines for.

      • options: SeamConsoleV1TimelinesGetOptions = {}

      Returns SeamConsoleV1TimelinesGetRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>