Skip to main content
GET
/
companies
/
enrichment-requests
/
{id}
Retrieve company enrichment results
curl --request GET \
  --url https://api.amplemarket.com/companies/enrichment-requests/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 10,
  "object": "company_enrichment",
  "status": "processing",
  "results": [],
  "_links": {
    "self": {
      "href": "/companies/enrichment-requests/10"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Batch id

Query Parameters

page[size]
string

Page size

page[after]
string

Page after

page[before]
string

Page before

Response

Successful

id
integer
required
object
enum<string>
required
Available options:
company_enrichment
status
enum<string>
required
Available options:
queued,
processing,
completed,
canceled,
error
results
object[]
required
_errors
object[]