Skip to main content

Get project

GET 

/project/:id

Retrieve project by ID

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Responses

Successful operation

Schema

    id string

    Project ID

    Example: 50a9f72f14db3be812000233
    title string

    Project title

    url string

    Project base URL

    Example: https://testomato.com
    period string

    Period of test checking - false means never check Test automatically.

    Possible values: [5 minutes, 30 minutes, 1 hour, 8 hours, 1 day, 7 days, false]

    Default value: 5 minutes
    uptimeUrl string

    Uptime URL

    uptimeEnabled string

    Uptime period in seconds - false means uptime is disabled

    Possible values: [false, 15, 30, 60]

    apiKey string

    apiKey that can be used for the project operations

    Example: 123456
    payerId integer

    Identification of the project owner.

    location string

    Project check location

    Possible values: [eu, de, gb, ca, us, tx, dc, sg, hk]

    checkDefaultErrors boolean
    Default value: true
    created date-time

    Date and time of project creation

    userAgent string

    User agent

    Default value: Testomatobot/1.0 (Linux x86_64; +https://www.testomato.com/testomatobot) minicrawler/5.2.2
    timeout integer

    Cumulated project timeout in seconds

    Default value: 3
    delay int64

    Bulk request delay in miliseconds

    Default value: 50
    userIds integer[]

    Array of users ID's with access to the project

    name stringdeprecated

    Project name was replaced by Project title

    permissions

    object

    Project permissions for current user

    read boolean

    Can current user view results?

    run boolean

    Can current user run checks?

    editTest boolean
    edit boolean

    Can current user edit project settings?

    manageUsers boolean

    Can current user manage others?

    Default value: true
    apiKey boolean

    Can current user view apiKey?

    Default value: true
    leave boolean

    Can current user leave project?

    Default value: true