Skip to main content
GET
Get a single experience entry

Authorizations

Authorization
string
header
required

Signed bearer token returned by POST /auth/token. Send it in the Authorization header as Bearer <token>.

Path Parameters

id
string
required

The resource identifier returned by a list endpoint.

Response

Experience item.

A company-level experience entry, including one or more roles held there.

id
string
required

Stable identifier for the experience entry.

Example:

"experience_example_001"

company
string
required

Company or organization name for the experience entry.

Example:

"Sample Systems"

company_start_date
string<date>
required

Date when the candidate started working with the company.

Example:

"2023-01-01"

current
boolean
required

Whether this experience entry represents a current company.

Example:

true

summary
string
required

Short summary of the work completed at the company.

Example:

"Example summary for a current role focused on integrations, platform workflows, and partner enablement."

roles
object[]
required

Roles held within this company experience.

company_end_date
string<date> | null

Date when the candidate stopped working with the company, or null if it is current.

Example:

null