Activity
Get Activity
GET
Retrieve the full details of a specific activity record, including the complete original request parameters and the entity IDs that were returned. Use the
The full activity record.
The full, unmodified request body that was sent to the original endpoint. This is the complete version of what
The entity IDs that were captured for this activity response. Search activities only include the IDs returned by that specific API response page, so a search originally requested with
activity_id from Search Activity results.
Path Parameters
string
required
The activity ID to retrieve (e.g.,
act_r7s8t9u0).Query Parameters
integer
default:1
Page number for the
entity_ids array. Since a single search can return thousands of entities,
the IDs are paginated separately.integer
default:250
Entity IDs per page (min:
1, max: 250).Response Fields
data
The full activity record.
request
The full, unmodified request body that was sent to the original endpoint. This is the complete version of what request_summary shows in Search Activity.
For search types, this is the exact search request body:
For enrichment types, this is the enrichment request:
The
request object contains the exact parameters you can copy-paste to re-run the same query.
For search types, pass it directly to the corresponding search endpoint. For enrichment types,
wrap the items array back into a data field.result_summary
entity_ids
The entity IDs that were captured for this activity response. Search activities only include the IDs returned by that specific API response page, so a search originally requested with per_page: 25 will only have up to 25 entity IDs in its activity detail. When an activity captured more IDs, they are paginated with the entity_page and entity_per_page query parameters.
Paginating Entity IDs
A single activity can capture up to the number of records returned by the original request. Theentity_ids section paginates those captured IDs separately so the activity detail response stays fast.
To retrieve all entity IDs from a large search:
Re-Running a Past Search
Therequest object contains everything you need to replay a search:
Re-running a search within the same billing period will not charge credits for entities you’ve
already accessed. Check
credits.breakdown.repeat in the search response to see how many were
free.Notes
- This endpoint does not consume credits.
- Activity is scoped to your organization — you can access activity created by any API key under your account.
- Count activities (
count_people,count_properties) will have emptyentity_idssince no entity data is returned. - For enrichment activities,
entity_idsincludes only the entities from matched items. - The
request.itemsarray in enrichment activities is capped at the first 100 items in the response. For enrichments with more than 100 items, the full list is available but truncated in this view. - Activity records are retained for 12 months.