Retrieve the CRON status

17May2010

Retrieve the status of the CRON status run.

Request URL

/status [GET]

Request Authorization

This call can be called without any authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
app_id[] (APP_ID)The application ID.Optional0-

Example Request

status

Example Response

<items>
  <item id="1">
    <test>Challenge-reponse authentication</test>
    <test_description>Challenge-reponse authentication for end user applications.</test_description>
    <passes>35</passes>
    <fails>0</fails>
    <exceptions>0</exceptions>
    <last_run>2010-04-08 13:11:25</last_run>
    <ttr>35.18</ttr>
  </item>
</items>