> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.cail.health/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.cail.health/_mcp/server.

# List providers awaiting verification review

GET https://staging.cail.health/v1/providers/verification/queue

Returns a cursor-paginated list of provider organisations awaiting reviewer attention. By default surfaces `needs_review` and `unverified` rows; pass an explicit status to drill into already-rejected or already-verified rows.

Reference: https://docs.cail.health/api-references/api-reference/curate-your-network/queue

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: cail-api
  version: 1.0.0
paths:
  /v1/providers/verification/queue:
    get:
      operationId: queue
      summary: List providers awaiting verification review
      description: >-
        Returns a cursor-paginated list of provider organisations awaiting
        reviewer attention. By default surfaces `needs_review` and `unverified`
        rows; pass an explicit status to drill into already-rejected or
        already-verified rows.
      tags:
        - subpackage_curateYourNetwork
      parameters:
        - name: limit
          in: query
          description: Maximum number of rows to return.
          required: false
          schema:
            type: number
            format: double
        - name: cursor
          in: query
          description: Opaque cursor returned from a prior call.
          required: false
          schema:
            type: string
        - name: status
          in: query
          description: >-
            Filter by verification status. When omitted, the queue returns rows
            needing reviewer attention (`needs_review` and `unverified`).
          required: false
          schema:
            $ref: >-
              #/components/schemas/V1ProvidersVerificationQueueGetParametersStatus
        - name: Authorization
          in: header
          description: Bearer authentication
          required: true
          schema:
            type: string
      responses:
        '200':
          description: The verification queue.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListVerificationQueueResponse'
servers:
  - url: https://staging.cail.health
    description: https://staging.cail.health
components:
  schemas:
    V1ProvidersVerificationQueueGetParametersStatus:
      type: string
      enum:
        - unverified
        - verified
        - rejected
        - needs_review
      title: V1ProvidersVerificationQueueGetParametersStatus
    VerificationQueueItemViewResourceType:
      type: string
      enum:
        - Organization
      description: FHIR resource type. Today the queue surfaces Organizations only.
      title: VerificationQueueItemViewResourceType
    VerificationQueueItemViewName:
      type: object
      properties: {}
      description: Display name of the provider.
      title: VerificationQueueItemViewName
    VerificationQueueItemViewVerificationStatus:
      type: string
      enum:
        - unverified
        - verified
        - rejected
        - needs_review
      description: Verification status the row holds today.
      title: VerificationQueueItemViewVerificationStatus
    VerificationQueueItemViewFreshnessStatus:
      type: string
      enum:
        - unknown
        - fresh
        - stale
        - expired
      description: Freshness state of the upstream sync for this row.
      title: VerificationQueueItemViewFreshnessStatus
    VerificationQueueItemViewSourceSystem:
      type: object
      properties: {}
      description: Upstream system the row was sourced from.
      title: VerificationQueueItemViewSourceSystem
    VerificationQueueItemViewSourceAdapter:
      type: object
      properties: {}
      description: Adapter that imported the row.
      title: VerificationQueueItemViewSourceAdapter
    VerificationQueueItemViewSourceFetchedAt:
      type: object
      properties: {}
      description: ISO 8601 timestamp the row was last fetched from upstream.
      title: VerificationQueueItemViewSourceFetchedAt
    VerificationQueueItemView:
      type: object
      properties:
        resourceType:
          $ref: '#/components/schemas/VerificationQueueItemViewResourceType'
          description: FHIR resource type. Today the queue surfaces Organizations only.
        resourceId:
          type: string
          description: Stable identifier of the row needing review.
        name:
          oneOf:
            - $ref: '#/components/schemas/VerificationQueueItemViewName'
            - type: 'null'
          description: Display name of the provider.
        verificationStatus:
          $ref: '#/components/schemas/VerificationQueueItemViewVerificationStatus'
          description: Verification status the row holds today.
        freshnessStatus:
          $ref: '#/components/schemas/VerificationQueueItemViewFreshnessStatus'
          description: Freshness state of the upstream sync for this row.
        sourceSystem:
          oneOf:
            - $ref: '#/components/schemas/VerificationQueueItemViewSourceSystem'
            - type: 'null'
          description: Upstream system the row was sourced from.
        sourceAdapter:
          oneOf:
            - $ref: '#/components/schemas/VerificationQueueItemViewSourceAdapter'
            - type: 'null'
          description: Adapter that imported the row.
        sourceFetchedAt:
          oneOf:
            - $ref: '#/components/schemas/VerificationQueueItemViewSourceFetchedAt'
            - type: 'null'
          description: ISO 8601 timestamp the row was last fetched from upstream.
        lastUpdated:
          type: string
          description: ISO 8601 timestamp of the row’s most recent update.
        openConflictCount:
          type: number
          format: double
          description: Count of open conflicts attached to the row.
      required:
        - resourceType
        - resourceId
        - name
        - verificationStatus
        - freshnessStatus
        - sourceSystem
        - sourceAdapter
        - sourceFetchedAt
        - lastUpdated
        - openConflictCount
      title: VerificationQueueItemView
    VerificationEventsPaginationCursor:
      type: object
      properties: {}
      description: Cursor for the next page.
      title: VerificationEventsPaginationCursor
    VerificationEventsPagination:
      type: object
      properties:
        cursor:
          oneOf:
            - $ref: '#/components/schemas/VerificationEventsPaginationCursor'
            - type: 'null'
          description: Cursor for the next page.
        hasMore:
          type: boolean
          description: True when more events exist after this page.
        limit:
          type: number
          format: double
          description: Echoes the requested page size.
      required:
        - cursor
        - hasMore
        - limit
      title: VerificationEventsPagination
    ListVerificationQueueResponse:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: '#/components/schemas/VerificationQueueItemView'
          description: Queue rows.
        pagination:
          $ref: '#/components/schemas/VerificationEventsPagination'
      required:
        - data
        - pagination
      title: ListVerificationQueueResponse
  securitySchemes:
    auth0Bearer:
      type: http
      scheme: bearer

```

## Examples



**Response**

```json
{
  "data": [
    {
      "resourceType": "Organization",
      "resourceId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
      "name": "Example Walk-In Centre",
      "verificationStatus": "needs_review",
      "freshnessStatus": "stale",
      "sourceSystem": "ods",
      "sourceAdapter": "nhs-ods-v1",
      "sourceFetchedAt": "2026-04-30T03:00:00.000Z",
      "lastUpdated": "2026-05-13T14:21:00.000Z",
      "openConflictCount": 1
    }
  ],
  "pagination": {
    "cursor": null,
    "hasMore": false,
    "limit": 25
  }
}
```

**SDK Code**

```python One organisation flagged for review
import requests

url = "https://staging.cail.health/v1/providers/verification/queue"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript One organisation flagged for review
const url = 'https://staging.cail.health/v1/providers/verification/queue';
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go One organisation flagged for review
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://staging.cail.health/v1/providers/verification/queue"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "Bearer <token>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby One organisation flagged for review
require 'uri'
require 'net/http'

url = URI("https://staging.cail.health/v1/providers/verification/queue")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
```

```java One organisation flagged for review
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://staging.cail.health/v1/providers/verification/queue")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php One organisation flagged for review
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://staging.cail.health/v1/providers/verification/queue', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

echo $response->getBody();
```

```csharp One organisation flagged for review
using RestSharp;

var client = new RestClient("https://staging.cail.health/v1/providers/verification/queue");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift One organisation flagged for review
import Foundation

let headers = ["Authorization": "Bearer <token>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://staging.cail.health/v1/providers/verification/queue")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```