Skip to main content
GET
Get recording status

Authorizations

Authorization
string
header
required

Your API key prefixed by 'Token '

Path Parameters

mockApiId
string
required

The ID of the Mock API

Required string length: 5 - 10
Example:

"jjl8y"

Response

200 - application/json

Successfully got the record status

status
enum<string>
Available options:
NeverStarted,
Recording,
Stopped
Example:

"Stopped"