cURL
curl --request GET \ --url https://api.audiencelab.io/enrichments \ --header 'X-Api-Key: <api-key>'
{ "total_records": 150, "page_size": 100, "page": 1, "total_pages": 2, "data": [ { "id": "ca80f27b-9ae8-4351-99ac-51d5b5ebe423", "name": "1761687181", "status": "IN_QUEUE", "csv_url": "gs://bucket/path/to/file.csv.gz", "total": 1500, "created_at": "2025-10-29T10:30:00Z" } ] }
Retrieve a paginated list of enrichment jobs for the authenticated account
Page number (1-indexed)
x >= 1
Number of items per page (max 1000)
1 <= x <= 1000
Successfully retrieved enrichments list
150
100
1
2
Show child attributes