---
title: "Get Profiles"
method: GET
path: "/rest/v2/profiles"
---

# Get Profiles

`GET /rest/v2/profiles`

Get all profiles with their custom fields, files, and more. This endpoint is not paginated, you got enverything at once.

## Query parameters

- `updatedAfter` string
- `where` string
- `orderBy` string
- `limit` number
- `offset` number

## Response `200`

Responses for GET /api/rest/profiles

- object
  - `data` object[]
    - `__typename` string
    - `addedAt` unknown
    - `assignees` object[]
      - `user` object — User account information. Don't modify its structure as Hasura Auth relies on it to function properly.
        - `displayName` string
        - `id` string
    - `associations` object[]
      - `company` object, nullable — Which users groups have whichcompanies
        - `assignees` object[]
          - `user` object — User account information. Don't modify its structure as Hasura Auth relies on it to function properly.
            - `id` string
        - `companyPublicData` object — columns and relationships of "companies_publicdata"
          - `id` string
          - `image` object, nullable — columns and relationships of "images"
            - `publicUrl` string, nullable
          - `name` string
        - `companyPublicDataId` string
        - `fieldsValues` object[]
          - `field` object — columns and relationships of "fields"
            - `id` string
            - `name` string
            - `type` 'boolean' | 'date' | 'group' | 'multiplechoice' | 'number' | 'rating' | 'richtext' | 'singlechoice' | 'singlelocation' | 'text'
          - `fieldValue` object, nullable — columns and relationships of "fieldsvalues"
            - `id` string
            - `name` string
          - `id` string
          - `location` object, nullable — columns and relationships of "locations"
            - `id` string
            - `locality` string, nullable
          - `value` string, nullable
        - `id` string
      - `companyId` string, nullable
      - `createdAt` unknown
      - `externalId` string
      - `project` object, nullable — columns and relationships of "projects"
        - `assignees` object[]
          - `user` object — User account information. Don't modify its structure as Hasura Auth relies on it to function properly.
            - `id` string
        - `color` object, nullable — columns and relationships of "colors"
          - `id` string
          - `name` string, nullable
        - `company` object, nullable — Which users groups have whichcompanies
          - `companyPublicData` object — columns and relationships of "companies_publicdata"
            - `foundedAt` unknown
            - `id` string
            - `image` object, nullable — columns and relationships of "images"
              - …
            - `linkedinEmployeeCount` integer, nullable
            - `linkedinEmployeeEndCount` integer, nullable
            - `linkedinEmployeeStartCount` integer, nullable
            - `linkedinUrl` string, nullable
            - `name` string
            - `tagline` string, nullable
            - `website` string, nullable
          - `companyPublicDataId` string
          - `fieldsValues` object[]
            - `field` object — columns and relationships of "fields"
              - …
            - `fieldValue` object, nullable — columns and relationships of "fieldsvalues"
              - …
            - `id` string
            - `value` string, nullable
          - `id` string
        - `fieldsValues` object[]
          - `field` object — columns and relationships of "fields"
            - `id` string
            - `name` string
            - `type` 'boolean' | 'date' | 'group' | 'multiplechoice' | 'number' | 'rating' | 'richtext' | 'singlechoice' | 'singlelocation' | 'text'
          - `fieldValue` object, nullable — columns and relationships of "fieldsvalues"
            - `id` string
            - `name` string
          - `id` string
          - `location` object, nullable — columns and relationships of "locations"
            - `id` string
            - `locality` string, nullable
          - `value` string, nullable
        - `id` string
        - `isMadeForRecruitment` boolean
        - `isMadeForSales` boolean
        - `name` string
        - `presetId` string
        - `publicUrl` string, nullable
        - `referenceId` string, nullable
      - `projectId` string, nullable
      - `status` object — columns and relationships of "statuses"
        - `color` object, nullable — columns and relationships of "colors"
          - `id` string
          - `name` string, nullable
        - `id` string
        - `isAuto` boolean
        - `isProtected` boolean
        - `title` string
      - `statusId` string
      - `updatedAt` unknown
    - `canSendInMail` boolean, nullable
    - `countApplicationsFromThisProfile` integer, nullable
    - `countConnexionsWithThisProfile` integer, nullable
    - `countInvitationsScheduledToThisProfile` integer, nullable
    - `countInvitationsSentToThisProfile` integer, nullable
    - `countMeetingsDoneWithThisProfile` integer, nullable
    - `countMeetingsScheduledWithThisProfile` integer, nullable
    - `countMessagesReceivedFromThisProfile` integer, nullable
    - `countMessagesScheduledToThisProfile` integer, nullable
    - `countMessagesSentToThisProfile` integer, nullable
    - `countResumes` integer, nullable
    - `createdAt` unknown
    - `createdBy` object — User account information. Don't modify its structure as Hasura Auth relies on it to function properly.
      - `displayName` string
      - `id` string
    - `createdByUserId` string
    - `deletedAt` unknown
    - `educations` object[]
      - `endDate` unknown
      - `id` string
      - `school` object, nullable — columns and relationships of "schools"
        - `id` string
        - `name` string
      - `schoolId` string, nullable
      - `startDate` unknown
      - `title` string
    - `emailAddresses` object[]
      - `email` string
      - `id` string
    - `externalId` string, nullable
    - `fieldsValues` object[]
      - `field` object — columns and relationships of "fields"
        - `id` string
        - `name` string
        - `parent` object, nullable — columns and relationships of "fields"
          - `id` string
          - `name` string
        - `type` 'boolean' | 'date' | 'group' | 'multiplechoice' | 'number' | 'rating' | 'richtext' | 'singlechoice' | 'singlelocation' | 'text'
      - `fieldId` string
      - `fieldValue` object, nullable — columns and relationships of "fieldsvalues"
        - `id` string
        - `name` string
      - `fieldValueId` string, nullable
      - `id` string
      - `location` object, nullable — columns and relationships of "locations"
        - `formattedAddress` string, nullable
        - `id` string
        - `search` string
      - `value` string, nullable
    - `files` object[]
      - `createdAt` unknown
      - `file` object — columns and relationships of "storage.files"
        - `id` string
        - `name` string, nullable
      - `fileId` string
      - `parsedAt` unknown
      - `shouldBeParsed` boolean
      - `updatedAt` unknown
    - `firstInteractionDate` unknown
    - `firstName` string, nullable
    - `firstNameManual` string, nullable
    - `firstNameParsed` string, nullable
    - `groupId` string, nullable
    - `headline` string, nullable
    - `id` string
    - `image` object, nullable — columns and relationships of "images"
      - `publicUrl` string, nullable
    - `imageId` string, nullable
    - `isContact` boolean
    - `isHiring` boolean, nullable
    - `isInfluencer` boolean
    - `isLastMessageRead` boolean, nullable
    - `isOpenToNewOpportunities` boolean, nullable
    - `isPremium` boolean
    - `isTalent` boolean
    - `lastInteractionDate` unknown
    - `lastInteractionType` string, nullable
    - `lastName` string, nullable
    - `lastNameManual` string, nullable
    - `lastNameParsed` string, nullable
    - `lastPastInteractionDate` unknown
    - `lastPositionStartDate` unknown
    - `linkedinId` integer, nullable
    - `linkedinSalesNavigatorIdentifier` string, nullable
    - `linkedinSignificantIdentifier` string, nullable
    - `locales` object[]
      - `country` string, nullable
    - `locations` object[] — Profile locations (array of profiles_locations). Each entry links to a location with a source.
      - `id` string
      - `location` object, nullable — columns and relationships of "locations"
        - `id` string
        - `search` string
        - `formattedAddress` string, nullable
        - `locality` string, nullable
        - `postalCode` string, nullable
        - `countryName` string, nullable
        - `accuracyLevel` string, nullable
    - `locationId` string, nullable
    - `memberId` string, nullable
    - `phoneNumbers` object[]
      - `canonicalNumber` string, nullable
      - `id` string
      - `number` string
      - `telegramIdentifier` string, nullable
      - `telegramLastCheckedAt` unknown
      - `type` string, nullable
      - `whatsappIdentifier` string, nullable
      - `whatsappLastCheckedAt` unknown
    - `positions` object[]
      - `companyPublicData` object — columns and relationships of "companies_publicdata"
        - `id` string
        - `image` object, nullable — columns and relationships of "images"
          - `publicUrl` string, nullable
        - `name` string
      - `companyPublicDataId` string
      - `endDate` unknown
      - `id` string
      - `startDate` unknown
      - `title` string, nullable
    - `profileUrl` string, nullable
    - `protectedCompaniesWorksIn` object[]
      - `companyId` string, nullable
      - `companyName` string, nullable
    - `publicIdentifier` string, nullable
    - `searchString` string, nullable
    - `status` object, nullable — columns and relationships of "statuses"
      - `color` object, nullable — columns and relationships of "colors"
        - `id` string
        - `name` string, nullable
      - `id` string
      - `isAuto` boolean
      - `title` string
    - `statusId` string, nullable
    - `summary` string, nullable
    - `talentIdentifier` string, nullable
    - `updatedAt` unknown
  - `total` number — The total number of profiles matching the query

---

[API](https://skmtc.dev/jarvi/apis/jarvi-api.md) · [All operations](https://skmtc.dev/jarvi/apis/jarvi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jarvi/jarvi-api/revisions/5e58e46c5036/schema)
