---
title: "Lists all profiles from a job change list"
method: POST
path: "/v1/job-changes/list-all-profiles"
tags: ["Job changes"]
---

# Lists all profiles from a job change list

`POST /v1/job-changes/list-all-profiles`

Get current state of all profiles from the list. Returns basic info for each profile.

<span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API.&nbsp;<span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>

## Request body

- object
  - `apiKey` string, required — Your Fiber API key
  - `jobChangeListId` string, required — The job change list id.
  - `movements` string[], nullable
  - `cursor` string, nullable — The pagination cursor to continue from a previous response.
  - `pageSize` integer — The number of profiles to return per page.

## Response `200`

Default Response

- object
  - `output` object, required
    - `profiles` object[], required
      - `id` string, required — The ID of the profile.
      - `linkedinUrl` string, required — The LinkedIn URL of the profile.
      - `allMovements` object[], required — All job change movements for this profile, sorted most recent first.
        - `discoveredAt` string, required
        - `newCompanyName` string, nullable
        - `newCompanyLogoUrl` string, nullable
        - `newCompanyOrgId` string, nullable
        - `newCompanyLiSlug` string, nullable
        - `newCompanyDomain` string, nullable
        - `newJobTitle` string, nullable
        - `oldCompanyName` string, nullable
        - `oldCompanyLogoUrl` string, nullable
        - `oldCompanyOrgId` string, nullable
        - `oldCompanyLiSlug` string, nullable
        - `oldCompanyDomain` string, nullable
        - `oldJobTitle` string, nullable
        - `startedInRoleAt` string, nullable
        - `startedAtCompanyAt` string, nullable
        - `movement` 'promoted' | 'lateral-move' | 'new-role' | 'changed' | 'no-change', required
    - `totalCount` number, required — Total number of profiles in the job change list.
    - `nextCursor` string, nullable — The pagination cursor for the next page. Null if there are no more results.
  - `chargeInfo` union, required
    - object — Credits were charged immediately for this operation
      - `method` 'charged-now', required
      - `creditsCharged` number, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — Credits will be charged after the operation completes
      - `method` 'charging-later', required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — Credits that were charged for an asynchronous operation
      - `method` 'charged-for-async-process', required
      - `creditsCharged` number, required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — No credits were charged for this operation
      - `method` 'free', required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — Credits were refunded for this operation
      - `method` 'credits-refunded', required
      - `creditsRefunded` number, required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
  - `warnings` object[], nullable — Warnings about extraneous fields in request
    - `field` string, required — Full path to extraneous field (e.g., 'searchParams.ExtraField')
    - `message` string, required — Warning message
  - `advice` string[], nullable — Tips, recommendations, and suggestions for using this API effectively.

## Other responses

- `400` — Default Response
- `401` — Default Response
- `402` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `429` — Default Response
- `500` — Default Response
- `503` — Default Response

---

[API](https://skmtc.net/fiber/apis/fiber-ai-api.md) · [All operations](https://skmtc.net/fiber/apis/fiber-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fiber/fiber-ai-api/versions/0c537984b99f/schema)
