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

# Get all contracts for the organisation

GET https://api.enigmagenomics.com/contracts/{page}/{records}

The List Contracts API endpoint can be used to retrieve the contracts list registered under an authenticated provider user in Enigma platform.

Reference: https://docs.enigmagenomics.com/enigma-lis-integrations/contracts/contracts-page/contracts-contracts-page-records/get-all-contracts-for-the-organisation

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /contracts/{page}/{records}:
    get:
      operationId: Get all contracts for the organisation
      summary: Get all contracts for the organisation
      description: >-
        The List Contracts API endpoint can be used to retrieve the contracts
        list registered under an authenticated provider user in Enigma platform.
      tags:
        - contractsContractsPageRecords
      parameters:
        - name: page
          in: path
          description: '(Required) '
          required: true
          schema:
            type: string
        - name: records
          in: path
          description: '(Required) '
          required: true
          schema:
            type: string
        - name: searchKey
          in: query
          required: false
          schema:
            type: string
        - name: searchValue
          in: query
          required: false
          schema:
            type: string
        - name: sortIn
          in: query
          required: false
          schema:
            type: string
        - name: x-api-key
          in: header
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/contracts_contracts > {page}_contracts >
                  contracts > {page} > {records}_Get all contracts for the
                  organisation_Response_200
servers:
  - url: https://api.enigmagenomics.com
    description: https://api.enigmagenomics.com
components:
  schemas:
    ContractsPageRecordsGetResponsesContentApplicationJsonSchemaDataItemsProductsItems:
      type: object
      properties:
        tat:
          type: string
        price:
          type: string
        product_code:
          type: string
      required:
        - tat
        - price
        - product_code
      title: >-
        ContractsPageRecordsGetResponsesContentApplicationJsonSchemaDataItemsProductsItems
    ContractsPageRecordsGetResponsesContentApplicationJsonSchemaDataItems:
      type: object
      properties:
        ogid:
          type: string
        ctrid:
          type: string
        products:
          type: array
          items:
            $ref: >-
              #/components/schemas/ContractsPageRecordsGetResponsesContentApplicationJsonSchemaDataItemsProductsItems
        valid_to:
          type: string
          format: date
        org_domain:
          type: string
        valid_from:
          type: string
          format: date
        payment_duration:
          type: string
      required:
        - ogid
        - ctrid
        - products
        - valid_to
        - org_domain
        - valid_from
        - payment_duration
      title: ContractsPageRecordsGetResponsesContentApplicationJsonSchemaDataItems
    contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_Response_200:
      type: object
      properties:
        code:
          type: integer
        data:
          type: array
          items:
            $ref: >-
              #/components/schemas/ContractsPageRecordsGetResponsesContentApplicationJsonSchemaDataItems
        page:
          type: integer
        count:
          type: integer
        message:
          type: string
        records:
          type: integer
      required:
        - code
        - data
        - page
        - count
        - message
        - records
      title: >-
        contracts_contracts > {page}_contracts > contracts > {page} >
        {records}_Get all contracts for the organisation_Response_200
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-api-key

```

## Examples



**Response**

```json
{
  "code": 200,
  "data": [
    {
      "ogid": "5475402241029080805",
      "ctrid": "CTR20250406094438_853809",
      "products": [
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyColonCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyCancerCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyBreastCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyPremaritalCare"
        },
        {
          "tat": "30-40 business days",
          "price": "4650",
          "product_code": "MyGenomeCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "EGCANCRC"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "EGCARARR"
        },
        {
          "tat": "20-30 business days",
          "price": "2950",
          "product_code": "EGEXOSOL"
        },
        {
          "tat": "35-42 business days",
          "price": "9900",
          "product_code": "EGGENTRI"
        },
        {
          "tat": "14-14 business days",
          "price": "1600",
          "product_code": "EGCANMSI"
        },
        {
          "tat": "20-25 business days",
          "price": "2000",
          "product_code": "EGGENEMED"
        },
        {
          "tat": "20-30 business days",
          "price": "4500",
          "product_code": "EGEXODUOC"
        }
      ],
      "valid_to": "2030-04-06",
      "org_domain": "example.com Lorem_Ipsum",
      "valid_from": "2028-04-06",
      "payment_duration": "30"
    },
    {
      "ogid": "5475402241029080805",
      "ctrid": "CTR20250218035819_354990",
      "products": [
        {
          "tat": "20-30 business days",
          "price": "2500",
          "product_code": "EGEXOSOL"
        },
        {
          "tat": "35-45 business days",
          "price": "4200",
          "product_code": "EGGENSOL"
        },
        {
          "tat": "7-10 business days",
          "price": "800",
          "product_code": "EGCRRNIP"
        },
        {
          "tat": "7-10 business days",
          "price": "1000",
          "product_code": "EGCRRNIU"
        },
        {
          "tat": "10-20 business days",
          "price": "800",
          "product_code": "EGCYTKAR"
        },
        {
          "tat": "10-15 business days",
          "price": "3000",
          "product_code": "YTWELLNESS"
        },
        {
          "tat": "7-14 business days",
          "price": "2500",
          "product_code": "YTNUTRI"
        },
        {
          "tat": "15-30 business days",
          "price": "1500",
          "product_code": "YTMENTAL"
        },
        {
          "tat": "15-30 business days",
          "price": "1500",
          "product_code": "YTSLEEP"
        },
        {
          "tat": "15-20 business days",
          "price": "1500",
          "product_code": "YTSKINHAIR"
        },
        {
          "tat": "15-30 business days",
          "price": "1500",
          "product_code": "YTWOMEN"
        }
      ],
      "valid_to": "2027-12-14",
      "org_domain": "example.com Lorem_Ipsum",
      "valid_from": "2025-02-01",
      "payment_duration": "30"
    },
    {
      "ogid": "5475402241029080805",
      "ctrid": "CTR20230803121123_425526",
      "products": [
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyColonCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyCancerCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyBreastCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "MyPremaritalCare"
        },
        {
          "tat": "30-40 business days",
          "price": "4650",
          "product_code": "MyGenomeCare"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "EGCANCRC"
        },
        {
          "tat": "20-30 business days",
          "price": "2550",
          "product_code": "EGCARARR"
        },
        {
          "tat": "20-30 business days",
          "price": "2950",
          "product_code": "EGEXOSOL"
        },
        {
          "tat": "35-42 business days",
          "price": "9900",
          "product_code": "EGGENTRI"
        },
        {
          "tat": "14-14 business days",
          "price": "1600",
          "product_code": "EGCANMSI"
        },
        {
          "tat": "20-25 business days",
          "price": "2000",
          "product_code": "EGGENEMED"
        },
        {
          "tat": "20-30 business days",
          "price": "4500",
          "product_code": "EGEXODUOC"
        }
      ],
      "valid_to": "2024-07-31",
      "org_domain": "example.com Lorem_Ipsum",
      "valid_from": "2023-08-01",
      "payment_duration": "30"
    }
  ],
  "page": 1,
  "count": 3,
  "message": "Contracts fetched successfully",
  "records": 5
}
```

**SDK Code**

```python contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
import requests

url = "https://api.enigmagenomics.com/contracts/1/5"

querystring = {"searchKey":"string","searchValue":"string","sortIn":"desc"}

headers = {"x-api-key": "<apiKey>"}

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

print(response.json())
```

```javascript contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
const url = 'https://api.enigmagenomics.com/contracts/1/5?searchKey=string&searchValue=string&sortIn=desc';
const options = {method: 'GET', headers: {'x-api-key': '<apiKey>'}};

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

```go contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
package main

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

func main() {

	url := "https://api.enigmagenomics.com/contracts/1/5?searchKey=string&searchValue=string&sortIn=desc"

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

	req.Header.Add("x-api-key", "<apiKey>")

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

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

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

}
```

```ruby contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
require 'uri'
require 'net/http'

url = URI("https://api.enigmagenomics.com/contracts/1/5?searchKey=string&searchValue=string&sortIn=desc")

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

request = Net::HTTP::Get.new(url)
request["x-api-key"] = '<apiKey>'

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

```java contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://api.enigmagenomics.com/contracts/1/5?searchKey=string&searchValue=string&sortIn=desc")
  .header("x-api-key", "<apiKey>")
  .asString();
```

```php contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://api.enigmagenomics.com/contracts/1/5?searchKey=string&searchValue=string&sortIn=desc', [
  'headers' => [
    'x-api-key' => '<apiKey>',
  ],
]);

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

```csharp contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
using RestSharp;

var client = new RestClient("https://api.enigmagenomics.com/contracts/1/5?searchKey=string&searchValue=string&sortIn=desc");
var request = new RestRequest(Method.GET);
request.AddHeader("x-api-key", "<apiKey>");
IRestResponse response = client.Execute(request);
```

```swift contracts_contracts > {page}_contracts > contracts > {page} > {records}_Get all contracts for the organisation_example
import Foundation

let headers = ["x-api-key": "<apiKey>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://api.enigmagenomics.com/contracts/1/5?searchKey=string&searchValue=string&sortIn=desc")! 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()
```