Get project
GET/project/:id
Retrieve project by ID
Request
Path Parameters
A unique project ID
Responses
- 200
- 404
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
Project ID
50a9f72f14db3be812000233
Project title
Project base URL
https://testomato.com
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
]
5 minutes
Uptime URL
Uptime period in seconds - false
means uptime is disabled
Possible values: [false
, 15
, 30
, 60
]
apiKey that can be used for the project operations
123456
Identification of the project owner.
Project check location
Possible values: [eu
, de
, gb
, ca
, us
, tx
, dc
, sg
, hk
]
true
Date and time of project creation
User agent
Testomatobot/1.0 (Linux x86_64; +https://www.testomato.com/testomatobot) minicrawler/5.2.2
Cumulated project timeout in seconds
3
Bulk request delay in miliseconds
50
Array of users ID's with access to the project
Project name was replaced by Project title
permissions
object
Project permissions for current user
Can current user view results?
Can current user run checks?
Can current user edit project settings?
Can current user manage others?
true
Can current user view apiKey?
true
Can current user leave project?
true
{
"id": "50a9f72f14db3be812000233",
"title": "string",
"url": "https://testomato.com",
"period": "5 minutes",
"uptimeUrl": "string",
"uptimeEnabled": false,
"apiKey": 123456,
"payerId": 0,
"location": "eu",
"checkDefaultErrors": true,
"created": "2024-08-19T13:18:07.486Z",
"userAgent": "Testomatobot/1.0 (Linux x86_64; +https://www.testomato.com/testomatobot) minicrawler/5.2.2",
"timeout": 3,
"delay": 50,
"userIds": [
0
],
"permissions": {
"read": true,
"run": true,
"editTest": true,
"edit": true,
"manageUsers": true,
"apiKey": true,
"leave": true
}
}
Object not found error
- application/json
- Schema
- Example (from schema)
Schema
Error message text
Object not found
Error code number
404
false
true
{
"message": "Object not found",
"code": 404,
"ok": false,
"error": true
}