Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-api-events
Comprehensive API telemetry across REST, SOAP, Bulk, Composite, Apex, and metadata APIs, plus sandbox events, change set operations, and database save tracking.
Published package · Latest published 1.0.1 Mar 4, 2026 · 27 datasets / 2 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
27 datasets2 measures · 139 dimensionsReference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-core-api-events
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-core-api-events")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-api-events",
datasets=["API Total Usage", "Apex Callout Event Type"],
max_tokens=2000,
)
print(model.datasets) # ["API Total Usage", "Apex Callout Event Type", "Apex Execution Event Type"]
print(model.measures) # [Measure(name="Apex Limit Event Object.LimitValue", ...), Measure(name="BulkApiResultEventStore.EvaluationTime", ...)]
print(model.dimensions) # [Dimension(name="EntryPointId", ...), Dimension(name="EntryPointName", ...), Dimension(name="EntryPointType", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-core-api-events
Comprehensive API telemetry across REST, SOAP, Bulk, Composite, Apex, and metadata APIs, plus sandbox events, change set operations, and database save tracking.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 27 |
| Dimensions | 139 |
| Measures | 2 |
| Relationships | 0 |
Objects
- API Total Usage — API Total usage events contain details about Platform SOAP API, Platform REST API, and Bulk API requests.
- Apex Callout Event Type — Apex Callout events contain details about callouts (external requests) during Apex code execution.
- Apex Execution Event Type — Salesforce standard object
- Apex Limit Event Object — ApexLimitEvent represents an Apex execution governor limit.
- Apex REST API Event Type — Apex REST API events capture information about every Apex REST API request.
- Apex SOAP Event Type — Apex SOAP events contain details about custom SOAP web service calls.
- Apex Trigger Event Type — Apex Trigger events contain details about triggers that fire in an organization.
- Apex Unexpected Exception Event Type — The Apex Unexpected Exception event type captures information about unexpected exceptions in Apex code execution.
- ApexTypeImplementor — Represents Apex classes that directly or indirectly implement an interface. Using a SOQL query, this object gets information about public or global classes and only global classes for installed managed packages.
- Bulk API 2.0 Event Type — Salesforce standard object
- Bulk API Event Type — Bulk API events contain details about Bulk API requests.
- Bulk API Request Event Type — The Bulk API request event captures when Bulk API requests are received to create a job, update a job, create a batch, update a batch, and when a job completes.
- BulkApiResultEventStore — Bulk API Result Event Stores - BulkApiResultEventStore
- Change Set Operation Event Type — Change Set Operation events contain information from change set migrations.
- Composite API Event Type — Composite API events contain details about composite API requests.
- Composite API Subrequest Event Type — Composite API subrequest events contain details about composite API subrequests.
- Concurrent Long-Running Apex Limit Event Type — Concurrent Long-Running Apex Limit events contain information about long-running concurrent Apex requests in your org that Salesforce terminated after reaching your org’s concurrency limit. Requests with an established Apex context that execute for 5 seconds are counted towards your org’s limit of concurrent long-running requests. (Asynchronous requests don’t count towards the limit.) When the long-running requests exceed the org default limit, all new Apex invocation requests are denied.
- Continuation Callout Summary Event Type — Continuation Callout Summary events contain information about all of the asynchronous callouts performed during a transaction, their response status codes, execution times, and URL endpoint destinations.
- Database Save Event Type — Salesforce standard object
- Invocable Action Event Type — Salesforce standard object
- Metadata API Operation Event Type — Metadata API Operation events contain details of Metadata API retrieval and deployment requests.
- Named Credential Event Type — The Named Credential event type captures information about Apex callouts that use named credentials as their endpoints. Use this event type to audit the installed managed packages that use named credentials. If you don’t recognize the package namespace in the named credential event log file, then you can investigate whether a security breach has occurred.
- REST API Event Type — REST API events contain details about REST-specific requests.
- SOAP API Event Type — SOAP API events contain details about your org's SOAP API request activity.
- Sandbox Event Type — Sandbox events contain details about sandbox copies.
- URI Event Type — URI events contain details about user interaction with the web browser UI.
- Unique Query Event Type — Unique Query events capture specific search queries (SOQL), filter IDs, and report IDs that are processed, along with the underlying database queries (SQL).
Install
rawctx snapshot-download @pasar6987/sf-core-api-events
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
Topology
Semantic graph
Use the graph last, once provenance, documentation, and the runnable path are already clear.
Semantic Graph
Topology counts appear after the graph loads.
Loading graph
Semantic topology is still loadingCounts and graph nodes appear after the latest published summary has been fetched.
